Advanced techniques for calling HTTP APIs in Ruby
I’ve written a pattern catalog of techniques for building robust, fault-tolerant Ruby code for making HTTP requests. It covers the following topics, with examples:
The article focuses on the faraday
gem, but many of the concepts are portable to other HTTP libraries as well.
https://mattbrictson.com/blog/advanced-http-techniques-in-ruby
Post a comment