API HTTP Requests using Faraday

Share:

Listens: 0

GoRails Screencasts

Technology


The first step in building an API wrapper Rubygem is building your HTTP client. We're going to use Faraday as our HTTP client and get it setup with authentication.