I've been interested lately in the Faraday Http client library. I don't see much in the area of documentation or tutorials and wanted to know if anyone knows of any tutorials, blog posts or talks that go into Faraday?
Asked
Active
Viewed 5,316 times
4
-
I just learn from the examples. Yeah, Unfortunately, there doesn't seem to be any documentation on it. I'm just using it, and posting questions somewhere when I'm having problems. But you should definitely use it, it's by far the best library for making HTTP requests. Also, be sure to check out the [faraday_middleware](https://github.com/pengwynn/faraday_middleware) gem. It's been really useful to me. – Janko Apr 25 '12 at 19:09
2 Answers
8
This article gives some nice background: https://mislav.net/2011/07/faraday-advanced-http/

Dave Powers
- 2,051
- 2
- 30
- 34

crizCraig
- 8,487
- 6
- 54
- 53
0
I would say Faraday on Github answers all your questions!

jlecour
- 2,905
- 1
- 25
- 24

Ian Vaughan
- 20,211
- 13
- 59
- 79