cookie jar for crul?
https://github.com/miyagawa/faraday-cookie_jar
Hi @sckott
I hope all is good and thanks again for crul it's my go to for interfacing API.
I wanted to know if there's a way to use cookie-jar with crul (even if it's not direct i.e using curl).
Thanks again, Ahmadou
Thanks for the ping and thanks for using crul
A better model than the link above is probably python's requests - for reference for discussion
https://requests.readthedocs.io/en/latest/user/quickstart/#cookies https://requests.readthedocs.io/en/master/_modules/requests/cookies/
Have you seen this crul help page? https://docs.ropensci.org/crul/reference/cookies.html There's minimal support for cookies, basically you have to set cookies manually, very little user interface on top to make it easier.
Might try something like what requests has
Work on branch cookie-jar - It looks somewhat complicated, so may not get around to this. Will be faster if someone wants to tackle this
Oh wow that's really great, I will play around, test and will come back to you (hopefully with code if needed). Thanks a lot
To be clear, its not useable yet.
Thanks a lot for starting working on this, I will try to play with it already there and see if I can report back on how to make it more usable.