sirupsen / airrecord

Ruby wrapper for Airtable, your personal database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Faraday middleware configuration API

sirupsen opened this issue · comments

In the README, it shows examples of injecting Faraday middlwares at runtime. However, it's been deprecated to ad-hoc append to the middleware chain at runtime. We should instead create a proper API for configuring these middlewares. Both circuit breakers and retries are nifty, along with throttling.