{"id":18051715,"url":"https://github.com/apimatic/okhttp-client-adapter","last_synced_at":"2025-04-05T07:13:43.952Z","repository":{"id":62156228,"uuid":"515615785","full_name":"apimatic/okhttp-client-adapter","owner":"apimatic","description":"This project contains OkHttp client implementation. This implementation is being provided to java core library from an APIMatic SDK.","archived":false,"fork":false,"pushed_at":"2024-04-19T17:34:08.000Z","size":83,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-04-19T23:18:35.527Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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}},"created_at":"2022-07-19T14:20:06.000Z","updated_at":"2024-04-23T11:47:20.040Z","dependencies_parsed_at":"2024-04-23T11:47:12.840Z","dependency_job_id":"49a22e0a-8b46-407a-9b3c-83fc22c339be","html_url":"https://github.com/apimatic/okhttp-client-adapter","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apimatic%2Fokhttp-client-adapter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apimatic%2Fokhttp-client-adapter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apimatic%2Fokhttp-client-adapter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apimatic%2Fokhttp-client-adapter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apimatic","download_url":"https://codeload.github.com/apimatic/okhttp-client-adapter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247299850,"owners_count":20916193,"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:13.565Z","updated_at":"2025-04-05T07:13:43.934Z","avatar_url":"https://github.com/apimatic.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# okhttp-client-adapter\n\n[![Maven Central][maven-badge]][maven-url]\n[![Tests][test-badge]][test-url]\n[![Lint Code][lint-badge]][lint-url]\n[![Test Coverage][test-coverage-url]][code-climate-url]\n[![Licence][license-badge]][license-url]\n## Introduction\nThis project contains OkHttp client adpater which is wrapper of Okhttp client implementation. This implementation is being provided to java core library from an APIMatic SDK.\n\n## Prerequisites\n* The JRE flavor requires `JDK 1.8`.\n## Install the maven package\nOKHttp Client adapter's Maven group ID is `io.apimatic`, and its artifact ID is `core-interfaces`.\n\n\n## Classes\n| Name                                                                    | Description                                                        |\n|-------------------------------------------------------------------------|--------------------------------------------------------------------|\n| [`OkClient`](./src/main/java/io/apimatic/okhttpclient/adapter/OkClient.java)                     | HTTP Client class to send HTTP Requests and read the responses |\n| [`HttpRedirectInterceptor`](./src/main/java/io/apimatic/okhttpclient/adapter/interceptors/HttpRedirectInterceptor.java)            | HttpRedirectInterceptor intercepts and complete 307 and 308 redirects as described in RFC                        |\n| [`RetryInterceptor`](./src/main/java/io/apimatic/okhttpclient/adapter/interceptors/RetryInterceptor.java)             | RetryInterceptor intercepts and retry requests if failed based on configuration                |\n\n\n[license-badge]: https://img.shields.io/badge/licence-MIT-blue\n[license-url]: LICENSE\n[maven-badge]: https://img.shields.io/maven-central/v/io.apimatic/okhttp-client-adapter?color=green\n[maven-url]: https://central.sonatype.com/artifact/io.apimatic/okhttp-client-adapter\n[test-badge]: https://github.com/apimatic/okhttp-client-adapter/actions/workflows/build-and-test.yml/badge.svg\n[test-url]: https://github.com/apimatic/okhttp-client-adapter/actions/workflows/build-and-test.yml\n[code-climate-url]: https://codeclimate.com/github/apimatic/okhttp-client-adapter\n[maintainability-url]: https://api.codeclimate.com/v1/badges/0ab44ce56382cc0ee640/maintainability\n[test-coverage-url]: https://api.codeclimate.com/v1/badges/0ab44ce56382cc0ee640/test_coverage\n[lint-badge]: https://github.com/apimatic/okhttp-client-adapter/actions/workflows/linter.yml/badge.svg\n[lint-url]: https://github.com/apimatic/okhttp-client-adapter/actions/workflows/linter.yml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapimatic%2Fokhttp-client-adapter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapimatic%2Fokhttp-client-adapter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapimatic%2Fokhttp-client-adapter/lists"}