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
If a user has N descriptors (run V2 links) installed, the app needs to do N api calls to /api/v2/oonirun/links/:ID: to know if there's a new update available. Ideally we should have a custom endpoint that would receive a list of run IDs and a timestamp, and would return the list of descriptors with those run IDs updated since that timestamp.
It was requested by @sdsantos that it might be useful to have an API call to batch requests for changed descriptors by passing in an updated_time.
The text was updated successfully, but these errors were encountered: