Return parsed items in results for all umm_json* formats
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 29
- Forks
- 32
- Avg merge
- 19h 6m
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how query results are handled for the json format and compare that path with the other umm_json* formats. Confirm the resulting query value contains individual items rather than whole pages, and add or update coverage for each supported umm_json* format.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100