-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add handling for paginated data and allow loading all pages at …
…once (#77) * add handling of paginated requests/responses * run prettier * fix branch testing coverage * add test case for single entity to fix branch testing coverage * fix eslint issues * add option for chunking and add some comments to the code * fix typecheck error * fix unit tests * rename test cases a bit Co-authored-by: Anbraten <anton@ju60.de> * make unit test title more specific * restructured page handling * fix unit test Co-authored-by: Anbraten <anton@ju60.de>
- Loading branch information
1 parent
2fa1984
commit d43c221
Showing
3 changed files
with
261 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters