Skip to content
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 an article "How to choose a client?" #133

Closed
maelle opened this issue Mar 28, 2020 · 2 comments
Closed

Add an article "How to choose a client?" #133

maelle opened this issue Mar 28, 2020 · 2 comments
Milestone

Comments

@maelle
Copy link
Member

maelle commented Mar 28, 2020

Maybe with even a comparative table. Maybe a new article maybe a section of https://docs.ropensci.org/crul/articles/how-to-use-crul.html

Things that could be mentioned:

  • With Async you can make several requests in parallel. With AsyncVaried too, and you need AsyncVaried when blabla varies.

  • No retrying with Async.

  • When to use paginator. Does Paginator do async?

For each client maybe there could be an example of a package using the class?

@maelle
Copy link
Member Author

maelle commented Apr 1, 2020

note from a convo. Paginator for the cases when you don't know the total number of results.

@sckott
Copy link
Collaborator

sckott commented Apr 1, 2020

Thanks @maelle

maybe its best as a part of the how to use crul vignette since maybe users won't know what a "client" is, but in context of the vignette it would be an easier path for them

all of those topics sound good.

@sckott sckott added this to the v1.0 milestone Jul 9, 2020
@sckott sckott closed this as completed in ad863b8 Jul 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants