popyt
popyt copied to clipboard
feat: add pagination to public methods
- [x] Return prev and next page tokens in paginated responses
- [x] Add starting
pageTokenparameter to paginated methods - [x] Add
pagesparameter to paginated methods to allow for simple multi-page requests - [ ] Update entity methods to include this functionality (in progress)
- [ ] Update documentation
- [ ] Add tests for all this (in progress)