Add blog post link to README

Courtesy of @mattbrictson, the post clarifies some unintuitive behaviour of the gem and shows how to build robust clients using Faraday.
This commit is contained in:
Matt 2023-05-31 10:21:27 +01:00 committed by GitHub
parent 819cfe7f24
commit d40f3dbb99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,8 @@ requests. Instead, you probably want to have a look at [Awesome Faraday][awesome
## Getting Started
The best starting point is the [Faraday Website][website], with its introduction and explanation.
Need more details? See the [Faraday API Documentation][apidoc] to see how it works internally.
Need more details? See the [Faraday API Documentation][apidoc] to see how it works internally, or take a look at [Advanced techniques for calling HTTP APIs in Ruby](https://mattbrictson.com/blog/advanced-http-techniques-in-ruby) blog post from @mattbrictson 🚀
## Supported Ruby versions