-
Notifications
You must be signed in to change notification settings - Fork 37
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
Initial paginate function #650
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #650 +/- ##
==========================================
+ Coverage 83.55% 83.76% +0.21%
==========================================
Files 195 198 +3
Lines 13216 13819 +603
==========================================
+ Hits 11042 11576 +534
- Misses 2174 2243 +69 ☔ View full report in Codecov by Sentry. |
…mply retry and only retry rate execeed errors, include *_sapply method
I believe we are at a good point. All paginate information is passed from json file to paws so that we can build paginate queries correctly instead of guessing them. Next step will be to add unit tests. |
Hi, I am no longer using paws but wow, this is a great PR |
This PR adds the following features:
paginate
function based off ticket: Add paginators #30