https://github.com/excon/faraday-excon
Faraday adapter for Excon
https://github.com/excon/faraday-excon
Keywords from Contributors
feature-flag rubygem feature feature-toggle activerecord background-jobs jobs rack sinatra sidekiq
Last synced: about 21 hours ago
JSON representation
Repository metadata
Faraday adapter for Excon
- Host: GitHub
- URL: https://github.com/excon/faraday-excon
- Owner: excon
- License: mit
- Created: 2021-04-11T13:04:17.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-02-03T01:20:52.000Z (28 days ago)
- Last Synced: 2026-02-24T14:18:07.931Z (7 days ago)
- Language: Ruby
- Size: 72.3 KB
- Stars: 4
- Watchers: 3
- Forks: 5
- Open Issues: 0
- Releases: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: SECURITY.md
README.md
Faraday Excon adapter
This gem is a Faraday adapter for the Excon library.
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 Excon.
Installation
Add these lines to your application's Gemfile:
gem 'faraday-excon'
And then execute:
$ bundle install
Or install them yourself as:
$ gem install faraday-excon
Usage
conn = Faraday.new(...) do |f|
# no custom options available
f.adapter :excon
end
Passing connection options:
conn = Faraday.new(...) do |f|
# Will keep the connection memoized within the adapter, and rely that flag to excon
f.adapter :excon, persistent: true
end
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.
Contributing
Bug reports and pull requests are welcome on GitHub.
License
The gem is available as open source under the terms of the license.
Code of Conduct
Everyone interacting in the Faraday Excon adapter project's codebase, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
Owner metadata
- Name: excon
- Login: excon
- Email:
- Kind: organization
- Description:
- Website: http://excon.io
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/6210164?v=4
- Repositories: 4
- Last ynced at: 2024-03-25T19:51:55.742Z
- Profile URL: https://github.com/excon
GitHub Events
Total
- Delete event: 16
- Pull request event: 35
- Fork event: 1
- Watch event: 2
- Issue comment event: 5
- Push event: 17
- Pull request review event: 14
- Create event: 13
Last Year
- Delete event: 10
- Pull request event: 21
- Issue comment event: 1
- Push event: 8
- Pull request review event: 8
- Create event: 7
Committers metadata
Last synced: 2 days ago
Total Commits: 64
Total Committers: 8
Avg Commits per committer: 8.0
Development Distribution Score (DDS): 0.563
Commits in past year: 16
Committers in past year: 2
Avg Commits per committer in past year: 8.0
Development Distribution Score (DDS) in past year: 0.188
| Name | Commits | |
|---|---|---|
| dependabot[bot] | 4****] | 28 |
| geemus | g****s@g****m | 19 |
| Matt | i****a | 10 |
| Olle Jonsson | o****n@a****m | 2 |
| Peter Goldstein | p****n@g****m | 2 |
| Saiqul Haq | 1****q | 1 |
| Arthur Nogueira Neves | a****n@g****m | 1 |
| Andrew Nesbitt | a****z@g****m | 1 |
Committer domains:
Issue and Pull Request metadata
Last synced: 27 days ago
Total issues: 0
Total pull requests: 45
Average time to close issues: N/A
Average time to close pull requests: about 9 hours
Total issue authors: 0
Total pull request authors: 4
Average comments per issue: 0
Average comments per pull request: 0.31
Merged pull request: 39
Bot issues: 0
Bot pull requests: 36
Past year issues: 0
Past year pull requests: 18
Past year average time to close issues: N/A
Past year average time to close pull requests: about 10 hours
Past year issue authors: 0
Past year pull request authors: 2
Past year average comments per issue: 0
Past year average comments per pull request: 0.0
Past year merged pull request: 13
Past year bot issues: 0
Past year bot pull requests: 16
Top Issue Authors
Top Pull Request Authors
- dependabot[bot] (36)
- geemus (5)
- andrew (2)
- saiqulhaq (2)
Top Issue Labels
Top Pull Request Labels
- dependencies (36)
- ruby (35)
- github_actions (1)
Package metadata
- Total packages: 2
-
Total downloads:
- rubygems: 704,477,608 total
- Total docker downloads: 3,717,109,440
- Total dependent packages: 16 (may contain duplicates)
- Total dependent repositories: 92,353 (may contain duplicates)
- Total versions: 14
- Total maintainers: 2
gem.coop: faraday-excon
Faraday adapter for Excon
- Homepage: https://github.com/excon/faraday-excon
- Documentation: http://www.rubydoc.info/gems/faraday-excon/
- Licenses: MIT
- Latest release: 2.4.0 (published 5 months ago)
- Last Synced: 2026-03-01T07:02:26.064Z (2 days ago)
- Versions: 7
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 352,266,711 Total
- Docker Downloads: 1,858,554,720
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 0.032%
- Docker downloads count: 0.057%
- Downloads: 0.069%
- Maintainers (2)
-
Funding:
- https://github.com/sponsors/geemus
rubygems.org: faraday-excon
Faraday adapter for Excon
- Homepage: https://github.com/excon/faraday-excon
- Documentation: http://www.rubydoc.info/gems/faraday-excon/
- Licenses: MIT
- Latest release: 2.4.0 (published 5 months ago)
- Last Synced: 2026-02-28T12:03:51.857Z (3 days ago)
- Versions: 7
- Dependent Packages: 16
- Dependent Repositories: 92,353
- Downloads: 352,210,897 Total
- Docker Downloads: 1,858,554,720
-
Rankings:
- Downloads: 0.083%
- Docker downloads count: 0.114%
- Dependent repos count: 0.124%
- Dependent packages count: 2.044%
- Average: 6.9%
- Forks count: 13.364%
- Stargazers count: 25.67%
- Maintainers (2)
-
Funding:
- https://github.com/sponsors/geemus
Dependencies
- bundler ~> 2.0
- multipart-parser ~> 0.1.1
- rake ~> 13.0
- rspec ~> 3.0
- rubocop ~> 0.91.1
- rubocop-packaging ~> 0.5
- rubocop-performance ~> 1.0
- simplecov ~> 0.19.0
- webmock ~> 3.4
- excon >= 0.27.4
- faraday ~> 2.0
- actions/checkout v3 composite
- ruby/setup-ruby v1 composite
- actions/checkout v3 composite
- ruby/setup-ruby v1 composite
Score: 25.675521766442063