-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add sort, use_pagination and closest #158
Conversation
see https://nla.github.io/outbackcdx/api.html#operation/query sort takes string input which must be one of the follwoing: - default - closest - reverse This commit shall help in closing issue at #155
…ites that are blocking wayback machine by their robots.txt policy
…e pagination API and lookup archive close to a timestamp respectively. And now to get out of infinte blank pages loop just check for two succesive black and not total two blank pages while using the CDX server API.
Hello @akamhy! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
|
Codecov Report
@@ Coverage Diff @@
## master #158 +/- ##
==========================================
+ Coverage 94.24% 95.45% +1.21%
==========================================
Files 10 10
Lines 608 638 +30
==========================================
+ Hits 573 609 +36
+ Misses 35 29 -6
Continue to review full report at Codecov.
|
closes #157