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
Currently, only format "json" will cause query results to be parsed into individual items. All other formats are returned as entire pages, requiring the caller to parse pages of results.
Short of more comprehensive support for all (or most) query formats, at the very least parse all umm_json* formats, so instead of returning a list of pages from a query, return a list of the items.
The text was updated successfully, but these errors were encountered:
Currently, only format
"json"
will cause query results to be parsed into individual items. All other formats are returned as entire pages, requiring the caller to parse pages of results.Short of more comprehensive support for all (or most) query formats, at the very least parse all umm_json* formats, so instead of returning a list of pages from a query, return a list of the items.
The text was updated successfully, but these errors were encountered: