Sha256: b2dd65ade291cb29b7f7e0c64dd04f2fa2a108951ad3110e5c495e7c64921726

Contents?: true

Size: 1.98 KB

Versions: 19

Compression:

Stored size: 1.98 KB

Contents

# Faraday Rack adapter

This gem is a [Faraday][faraday] adapter for a [Rack][rack] app.
Faraday is an HTTP client library that provides a common interface over many adapters.
Every adapter is defined into its own gem. This gem defines the adapter for a Rack app.

## Installation

Add these lines to your application's Gemfile:

```ruby
gem 'rack'
gem 'faraday'
gem 'faraday-rack'
```

And then execute:

    $ bundle install

Or install them yourself as:

    $ gem install rack faraday faraday-rack

## Usage

Configure your Faraday connection to use this adapter like this:

```ruby
connection = Faraday.new(url, conn_options) do |conn|
  conn.adapter(:rack)
end
```

For more information on how to setup your Faraday connection and adapters usage, please refer to the [Faraday Website][faraday-website].

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.

To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](rubygems).

## Contributing

Bug reports and pull requests are welcome on [GitHub][repo].

## License

The gem is available as open source under the terms of the [license][license].

## Code of Conduct

Everyone interacting in the Faraday Rack adapter project's codebase, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct][code-of-conduct].

[faraday]: https://github.com/lostisland/faraday
[faraday-website]: https://lostisland.github.io/faraday
[rack]: https://github.com/rack/rack
[rubygems]: https://rubygems.org
[repo]: https://github.com/lostisland/faraday-rack
[license]: https://github.com/lostisland/faraday-rack/blob/main/LICENSE.md
[code-of-conduct]: https://github.com/lostisland/faraday-rack/blob/main/CODE_OF_CONDUCT.md

Version data entries

19 entries across 19 versions & 7 rubygems

Version Path
avalara_sdk-24.12.2 vendor/bundle/ruby/2.7.0/gems/faraday-rack-1.0.0/README.md
avalara_sdk-24.12.1 vendor/bundle/ruby/2.7.0/gems/faraday-rack-1.0.0/README.md
avalara_sdk-24.12.0 vendor/bundle/ruby/2.7.0/gems/faraday-rack-1.0.0/README.md
minato_ruby_api_client-0.2.2 vendor/bundle/ruby/3.2.0/gems/faraday-rack-1.0.0/README.md
avalara_sdk-24.2.29 vendor/bundle/ruby/2.7.0/gems/faraday-rack-1.0.0/README.md
op_connect-0.1.2 vendor/bundle/ruby/3.1.0/gems/faraday-rack-1.0.0/README.md
plaid-14.13.0 vendor/bundle/ruby/3.0.0/gems/faraday-rack-1.0.0/README.md
tdiary-5.2.1 vendor/bundle/ruby/3.1.0/gems/faraday-rack-1.0.0/README.md
plaid-14.12.1 vendor/bundle/ruby/3.0.0/gems/faraday-rack-1.0.0/README.md
plaid-14.12.0 vendor/bundle/ruby/2.6.0/gems/faraday-rack-1.0.0/README.md
plaid-14.11.1 vendor/bundle/ruby/2.6.0/gems/faraday-rack-1.0.0/README.md
plaid-14.10.0 vendor/bundle/ruby/2.6.0/gems/faraday-rack-1.0.0/README.md
tdiary-5.2.0 vendor/bundle/ruby/3.0.0/gems/faraday-rack-1.0.0/README.md
plaid-14.7.0 vendor/bundle/ruby/2.6.0/gems/faraday-rack-1.0.0/README.md
tdiary-5.1.7 vendor/bundle/ruby/3.0.0/gems/faraday-rack-1.0.0/README.md
mx-platform-ruby-0.4.0 vendor/bundle/ruby/2.6.0/gems/faraday-rack-1.0.0/README.md
mx-platform-ruby-0.3.2 vendor/bundle/ruby/2.6.0/gems/faraday-rack-1.0.0/README.md
mx-platform-ruby-0.3.1 vendor/bundle/ruby/2.6.0/gems/faraday-rack-1.0.0/README.md
faraday-rack-1.0.0 README.md