FOLIO-FSE / FOLIO-FSE/FolioClient
Add GET request method with query + limit that returns a count
Open
enhancement
good first issue
- Dominant language
- Python
- Stars
- 12
- Forks
- 11
- Avg merge
- 11m
- Merged PRs (30d)
- 1
Description
I was looking through the existing methods and didn't find this -- the ones with query+limit only return the objects array.
It would be nice to have something like a single-purpose get_record_count method, which always has a limit of 0 (unless SRS, in which case 1) and returns the totalRecords value.
Contributor guide
Assessment
This issue has not been assessed yet.