{"id":19867075,"url":"https://github.com/azurespheredev/faraday-client-adapter","last_synced_at":"2025-07-30T22:05:02.614Z","repository":{"id":244528965,"uuid":"815501819","full_name":"azurespheredev/faraday-client-adapter","owner":"azurespheredev","description":"This repository contains the client implementation that uses the faraday client library for the python SDKs provided by APIMatic.","archived":false,"fork":false,"pushed_at":"2024-06-15T11:00:00.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T15:50:08.351Z","etag":null,"topics":["adapter","apimatic","faraday","ruby"],"latest_commit_sha":null,"homepage":"","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/azurespheredev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-15T10:53:18.000Z","updated_at":"2024-06-15T11:02:18.000Z","dependencies_parsed_at":"2024-06-15T12:21:07.460Z","dependency_job_id":"0dd7a501-dfd7-4252-9510-b3aba77b29ad","html_url":"https://github.com/azurespheredev/faraday-client-adapter","commit_stats":null,"previous_names":["azuresphere7/faraday-client-adapter","blitzsprinter/faraday-client-adapter","azurespheredev/faraday-client-adapter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azurespheredev%2Ffaraday-client-adapter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azurespheredev%2Ffaraday-client-adapter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azurespheredev%2Ffaraday-client-adapter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azurespheredev%2Ffaraday-client-adapter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azurespheredev","download_url":"https://codeload.github.com/azurespheredev/faraday-client-adapter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241278754,"owners_count":19938019,"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":["adapter","apimatic","faraday","ruby"],"created_at":"2024-11-12T15:28:15.967Z","updated_at":"2025-02-28T23:45:05.984Z","avatar_url":"https://github.com/azurespheredev.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# apimatic-faraday-client-adapter\n\n[![Gem Version](https://badge.fury.io/rb/apimatic_faraday_client_adapter.svg)](https://badge.fury.io/rb/apimatic_faraday_client_adapter)\n[![Tests][test-badge]][test-url]\n[![Linting][lint-badge]][lint-url]\n[![Maintainability][maintainability-url]][code-climate-url]\n[![Test Coverage][test-coverage-url]][code-climate-url]\n[![Ruby Style Guide](https://img.shields.io/badge/code_style-rubocop-brightgreen.svg)](https://github.com/rubocop/rubocop)\n[![Licence][license-badge]][license-url]\n\n## Introduction\nThis repository contains the client implementation that uses the faraday client library for the ruby SDKs provided by APIMatic.\n\n## Version supported\nCurrently APIMatic supports  `2.6 \u003c= Ruby version \u003c= 3.2`  hence faraday-client-adapter will need the same versions to be supported.\n\n## Installation\nInstallation is quite simple, just execute the following command:\n```\ngem install apimatic_faraday_client_adapter\n```\n\nIf you'd rather install apimatic_faraday_client_adapter using bundler, add a line for it in your Gemfile:\n```\ngem 'apimatic_faraday_client_adapter'\n```\n\n## Classes\n| Class                                                                                | Description                                                                                        |\n|--------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|\n| [`FaradayClient`](lib/apimatic-faraday-client-adapter/faraday_client.rb)             | Executes an HttpRequest and converts the HTTP Response from the client to an HttpResponse object.  |\n\n\n## Methods\n| Method                                                                         | Description                                   |\n|--------------------------------------------------------------------------------|-----------------------------------------------|\n| [`create_connection`](lib/apimatic-faraday-client-adapter/faraday_client.rb)   | Initiates a new connection for executing the HTTP calls            |\n| [`execute`](lib/apimatic-faraday-client-adapter/faraday_client.rb)             | Executes request with the properties set                           |\n| [`convert_response`](lib/apimatic-faraday-client-adapter/faraday_client.rb)    | Converts the Response from the HTTP client into HttpResponse object|\n\n## Links\n\n* [apimatic_core_interfaces](https://rubygems.org/gems/apimatic_core_interfaces)\n* [Faraday](https://rubygems.org/gems/faraday)\n\n[test-badge]: https://github.com/apimatic/faraday-client-adapter/actions/workflows/test-runner.yml/badge.svg\n[test-url]: https://github.com/apimatic/faraday-client-adapter/actions/workflows/test-runner.yml\n[lint-badge]: https://github.com/apimatic/faraday-client-adapter/actions/workflows/lint-runner.yml/badge.svg\n[lint-url]: https://github.com/apimatic/faraday-client-adapter/actions/workflows/lint-runner.yml\n[code-climate-url]: https://codeclimate.com/github/apimatic/faraday-client-adapter\n[maintainability-url]: https://api.codeclimate.com/v1/badges/59badaadebeb3478eb48/maintainability\n[test-coverage-url]: https://api.codeclimate.com/v1/badges/59badaadebeb3478eb48/test_coverage\n[license-badge]: https://img.shields.io/badge/licence-MIT-blue\n[license-url]: LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazurespheredev%2Ffaraday-client-adapter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazurespheredev%2Ffaraday-client-adapter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazurespheredev%2Ffaraday-client-adapter/lists"}