{"id":18051705,"url":"https://github.com/apimatic/requests-client-adapter","last_synced_at":"2025-04-10T18:15:12.699Z","repository":{"id":65422158,"uuid":"530203790","full_name":"apimatic/requests-client-adapter","owner":"apimatic","description":"This repository contains the client implementation that uses the requests library for python SDK.","archived":false,"fork":false,"pushed_at":"2025-03-01T22:06:45.000Z","size":83,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-24T15:52:32.450Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/apimatic.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":"2022-08-29T12:11:13.000Z","updated_at":"2025-02-12T13:25:15.000Z","dependencies_parsed_at":"2024-03-22T08:43:18.387Z","dependency_job_id":"a4abc0f3-4484-4411-9cf5-0ef4d33ab47e","html_url":"https://github.com/apimatic/requests-client-adapter","commit_stats":{"total_commits":42,"total_committers":3,"mean_commits":14.0,"dds":0.4285714285714286,"last_synced_commit":"dd7bc63f3401bf74fc7e7b7f85864975f8cf7d6e"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apimatic%2Frequests-client-adapter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apimatic%2Frequests-client-adapter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apimatic%2Frequests-client-adapter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apimatic%2Frequests-client-adapter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apimatic","download_url":"https://codeload.github.com/apimatic/requests-client-adapter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247820134,"owners_count":21001434,"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":"2024-10-30T22:55:07.185Z","updated_at":"2025-04-10T18:15:12.680Z","avatar_url":"https://github.com/apimatic.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# apimatic-requests-client-adapter\n[![PyPI][pypi-version]][pypi-apimatic-requests-client-adapter-url]\n[![Tests][test-badge]][test-url]\n[![Test Coverage][test-coverage-url]][code-climate-url]\n[![Licence][license-badge]][license-url]\n\n## Introduction\nRequests is a simple, yet elegant, HTTP library. This repository contains the client implementation that uses the requests library for python SDK provided by APIMatic.\n\n## Version supported\nCurrenty APIMatic supports  `Python version 3.7+`  hence the apimatic-requests-client-adapter will need the same versions to be supported.\n\n## Installation\nSimply run the command below in your SDK as the apimatic-requests-client-adapter will be added as a dependency in the SDK.\n```python\npip install apimatic-requests-client-adapter\n```\n**Supported Methods Provided by requests-client**\n\n| Method                                                                             | Description                                                                      |\n| -----------------------------------------------------------------------------------|----------------------------------------------------------------------------------|\n| [`create_default_http_client`](apimatic_requests_client_adapter/requests_client.py)| function to creat a defaultp http client                                         |\n| [`force_retries`](apimatic_requests_client_adapter/requests_client.py)             | Reset retries according to each request                                          |\n| [`execute`](apimatic_requests_client_adapter/requests_client.py)                   | Execute a given HttpRequest to get a string response back                        |\n| [`convert_response`](apimatic_requests_client_adapter/requests_client.py)          | Converts the Response object of the CoreHttpClient into a CoreHttpResponse object|\n\n## Tests\nThe requests client implementation also contains unit tests to ensure reliability of the implementation and to prevent unwanted breakages.\n\n## Links\n* [apimatic-core-interfaces](https://pypi.org/project/apimatic-core-interfaces/)\n* [Requests](https://pypi.org/project/requests/)\n\n[pypi-version]: https://img.shields.io/pypi/v/apimatic-requests-client-adapter\n[pypi-apimatic-requests-client-adapter-url]: https://pypi.org/project/apimatic-requests-client-adapter/\n[test-badge]: https://github.com/apimatic/requests-client-adapter/actions/workflows/test-runner.yml/badge.svg\n[test-url]: https://github.com/apimatic/requests-client-adapter/actions/workflows/test-runner.yml\n[code-climate-url]: https://codeclimate.com/github/apimatic/requests-client-adapter\n[maintainability-url]: https://api.codeclimate.com/v1/badges/1daeb05c58b9a252043c/maintainability\n[test-coverage-url]: https://api.codeclimate.com/v1/badges/1daeb05c58b9a252043c/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%2Fapimatic%2Frequests-client-adapter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapimatic%2Frequests-client-adapter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapimatic%2Frequests-client-adapter/lists"}