Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return parsed items in results for all umm_json* formats #94

Open
chuckwondo opened this issue Nov 19, 2024 · 0 comments
Open

Return parsed items in results for all umm_json* formats #94

chuckwondo opened this issue Nov 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@chuckwondo
Copy link
Collaborator

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.

@chuckwondo chuckwondo added the enhancement New feature or request label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant