-
Notifications
You must be signed in to change notification settings - Fork 17
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
Print methods for http verb with the Paginator client #106
Comments
thanks for your question. the method is here https://github.com/ropensci/crul/blob/master/R/paginator.R#L258-L279 - Looks like we have a doing a revdep check right now on reverse deps, will check after thats done |
can you reinstall |
bump version for change add test for progress bar
Wow - this works perfectly. Thank you @sckott! |
glad it works. sending to cran soon, so if you run into any problems with it get back to me asap |
Thanks for such a great project.
Is there anyway to customize the print methods for a
get
http verb with a Pagination request? Right now each pagination step seems to produce a new line. As a quick and dirty progress bar, I was wondering if one could take the total number of records you are after divided by thelimit_chunk
to estimate where you are with respect to some data retrieval operation. Here is what I see now in a package that usescrul
under the hood. Possibly silly question but I can't figure out whereget
print methods for the Paginator are defined to poke around here.Session Info
The text was updated successfully, but these errors were encountered: