-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
In implementation I'm facing issues with the queryables and I'm wondering what the best practice should be: Exposing $ref's or derefernecing them?
The example in the README clearly uses $ref's, but in implementations (especially browser based) this leads to issues as a lot of requests may be invoked by this. So I'm wondering whether implementations should dereference (and cache) this. (I'd be in favor of this.)
Here's a related issue in MS PC: microsoft/planetary-computer-apis#153
Metadata
Metadata
Assignees
Labels
No labels