Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Remove faraday as a dependency #43

Description

@allcentury

Faraday has been our rest client of choice for this gem but it has many other dependencies and it's documentation leaves much to be desired. It also interfaces with numerous adapters that are now unsupported and that should be a big enough red flag for us to look towards alternatives.

Alternatives:

  • Net::HTTP - ruby standard library with not so great dsl
  • RestClient - easy dsl but adds extra dependencies
  • Http.rb - various other dependencies

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions