Handle 'since' in addition to 'page' for pagination response#2135
Handle 'since' in addition to 'page' for pagination response#2135gmlewis merged 3 commits intogoogle:masterfrom brianlangdon:issue-2112-populatePageValues
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
|
@googlebot I signed it! |
Codecov Report
@@ Coverage Diff @@
## master #2135 +/- ##
=======================================
Coverage 97.79% 97.79%
=======================================
Files 112 112
Lines 10036 10041 +5
=======================================
+ Hits 9815 9820 +5
Misses 154 154
Partials 67 67
Continue to review full report at Codecov.
|
gmlewis
left a comment
There was a problem hiding this comment.
Thank you, @brianlangdon !
LGTM.
Awaiting second LGTM before merging.
Thank you, @brianlangdon - can you please run |
|
@gmlewis, changes pushed I hope!, Thanks |
|
Thank you, @brianlangdon ! LGTM.
Please note that ALL other contributors to this repo are welcome to provide the second PR review/comment/approval that we need for merging. Perhaps @Parker77 has time today to review. |
Thank you, @Parker77 ! |
|
It sees that this break |
Hi @lonre - could you please be more specific? How did it break? Can you please give an example of the response (before and after, or "working" and "broken")? |
|
Hi @gmlewis with the response |
pagination may return either 'page' or 'since' in the header. 'since' was not being handled
Fixes: #2112.