lostisland / faraday

Simple, but flexible HTTP client library, with support for multiple backends.
https://lostisland.github.io/faraday
MIT License
5.72k stars 972 forks source link

`require 'faraday/retry'` is broken #1417

Closed grosser closed 2 years ago

grosser commented 2 years ago

Basic Info

https://github.com/lostisland/faraday/blob/main/docs/middleware/index.md documents it but it does not work

cannot load such file -- faraday/retry (LoadError)
olleolleolle commented 2 years ago

Ah, perhaps we missed documenting https://github.com/lostisland/faraday-retry Being the home of that extracted gem?

grosser commented 2 years ago

yeah, just needs to link to the gem ... or replace the section with a link to the gem

iMacTia commented 2 years ago

Oh this is a documentation issue, I'm so glad to see that. For a moment I thought the import was broken 😅! Thanks for pointing this out @grosser, will fix that immediately 👍