You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
To allow lookup of entity IDs like:
Option A
Make it generic and allow the script to call something like
And that would do an API search-ids request and return the ID or run into an error / panic.
Cons of this approach:
Option B
Prefetch some common lookup values at startup and store them in a
HashMap
in memory. Then the script would still be fastCons of this approach:
The text was updated successfully, but these errors were encountered: