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
listing the query cache needs to be rethought a bit anyway, so will defer to a new issue.
the natural ordering of obsets is by ID. the natural ordering of files in campaigns is lexical by name. The former might need to be pushed back into the database eventually, but we can paginate in RAM for now.
It's not clear this is useful for listing campaigns, so will defer this.
Certain resources should allow pagination, with
next
/prev
links:probably not usefulGET /raw
: list campaignsGET /raw/<campaign>
: list files in campaignGET /obs
: list observation setssee query cache should allow paginated listing by type #25GET /query
: list cached queriesdoneGET /query/<qid>/results
rowsThe text was updated successfully, but these errors were encountered: