Lower Detail Level Queries
Closed this issue · 3 comments
A1Liu commented
We should consider having API endpoints for less detailed information, so that responsive pages can load a minimal set of data necessary at first, then asynchronously execute the larger query for the remainder of the data.
NicholasLYang commented
cough graphql
A1Liu commented
yeah yeah yeah i know i know, im looking into java impls now, in the meantime though idk if its necessary to make the api so complex
A1Liu commented
Implemented using full=true
query parameter.