typhoeus / typhoeus

Typhoeus wraps libcurl in order to make fast and reliable requests.
http://rubydoc.info/github/typhoeus/typhoeus
MIT License
4.08k stars 436 forks source link

Question: Faraday Adapter Gem #584

Open iMacTia opened 6 years ago

iMacTia commented 6 years ago

Hi @i0rek,

digging through the different issues/pr I noticed that you planned to create a standalone gem for the faraday adapter when jumping to v1.0, but even though you're now v1.3 I see the adapter is still there.

Is that still in your plans? I can suggest we create a repo with shared ownership if you are, and I believe it would fit better under the typhoeus GitHub user domain.

Let me know your thoughts

olleolleolle commented 3 years ago

@i0rek 👋 Hello, we now have a better story for writing one's own adapter gem: https://github.com/lostisland/faraday-adapter-template

iMacTia commented 3 years ago

Thanks for bumping this @olleolleolle. @i0rek as @olleolleolle said, we did much progress on facilitating the isolation of adapters into gems because it is now the plan for Faraday to export all adapters into separate gems before v2.0 release.

You can find examples of adapters that have already been added/isolated here

Feel free to reach out if you would like any help 🙌