{"id":27940877,"url":"https://github.com/excon/faraday-excon","last_synced_at":"2025-05-07T10:29:41.118Z","repository":{"id":43261208,"uuid":"356869602","full_name":"excon/faraday-excon","owner":"excon","description":"Faraday adapter for Excon","archived":false,"fork":false,"pushed_at":"2025-03-31T15:42:45.000Z","size":65,"stargazers_count":4,"open_issues_count":1,"forks_count":8,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-01T07:37:00.608Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/excon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"geemus","tidelift":"rubygems/faraday-excon"}},"created_at":"2021-04-11T13:04:17.000Z","updated_at":"2025-03-31T15:42:48.000Z","dependencies_parsed_at":"2024-01-26T18:57:48.914Z","dependency_job_id":"08ddebdc-30fd-4cbf-a281-e879473e5d61","html_url":"https://github.com/excon/faraday-excon","commit_stats":{"total_commits":45,"total_committers":8,"mean_commits":5.625,"dds":0.6444444444444444,"last_synced_commit":"c7e933fddeaaed28926471222ea42184025a7ba8"},"previous_names":["lostisland/faraday-excon"],"tags_count":6,"template":false,"template_full_name":"lostisland/faraday-adapter-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/excon%2Ffaraday-excon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/excon%2Ffaraday-excon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/excon%2Ffaraday-excon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/excon%2Ffaraday-excon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/excon","download_url":"https://codeload.github.com/excon/faraday-excon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252310952,"owners_count":21727516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-07T10:29:40.320Z","updated_at":"2025-05-07T10:29:41.110Z","avatar_url":"https://github.com/excon.png","language":"Ruby","funding_links":["https://github.com/sponsors/geemus","https://tidelift.com/funding/github/rubygems/faraday-excon"],"categories":[],"sub_categories":[],"readme":"# Faraday Excon adapter\n\nThis gem is a [Faraday][faraday] adapter for the [Excon][excon] library.\nFaraday is an HTTP client library that provides a common interface over many adapters.\nEvery adapter is defined into its own gem. This gem defines the adapter for Excon.\n\n## Installation\n\nAdd these lines to your application's Gemfile:\n\n```ruby\ngem 'faraday-excon'\n```\n\nAnd then execute:\n\n    $ bundle install\n\nOr install them yourself as:\n\n    $ gem install faraday-excon\n\n## Usage\n\n```ruby\nconn = Faraday.new(...) do |f|\n  # no custom options available\n  f.adapter :excon\nend\n```\n\nPassing connection options:\n```ruby\nconn = Faraday.new(...) do |f|\n  # Will keep the connection memoized within the adapter, and rely that flag to excon\n  f.adapter :excon, persistent: true\nend\n```\n\n## Development\n\nAfter 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.\n\nTo 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).\n\n## Contributing\n\nBug reports and pull requests are welcome on [GitHub][repo].\n\n## License\n\nThe gem is available as open source under the terms of the [license][license].\n\n## Code of Conduct\n\nEveryone interacting in the Faraday Excon adapter project's codebase, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct][code-of-conduct].\n\n[faraday]: https://github.com/excon/faraday\n[faraday-website]: https://lostisland.github.io/faraday\n[excon]: https://github.com/excon/excon\n[rubygems]: https://rubygems.org\n[repo]: https://github.com/excon/faraday-excon\n[license]: https://github.com/excon/faraday-excon/blob/main/LICENSE.md\n[code-of-conduct]: https://github.com/excon/faraday-excon/blob/main/CODE_OF_CONDUCT.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexcon%2Ffaraday-excon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexcon%2Ffaraday-excon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexcon%2Ffaraday-excon/lists"}