{"id":16223671,"url":"https://github.com/lykmapipo/retrofit-common","last_synced_at":"2026-01-20T11:32:45.010Z","repository":{"id":139149706,"uuid":"183902073","full_name":"lykmapipo/retrofit-common","owner":"lykmapipo","description":"Sensible retrofit service creator for sustainable android client(s).","archived":false,"fork":false,"pushed_at":"2020-09-23T14:56:02.000Z","size":103,"stargazers_count":1,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-01T16:41:49.598Z","etag":null,"topics":["android","api","client","factory","http","lykmapipo","module","okhttp","retrofit"],"latest_commit_sha":null,"homepage":null,"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/lykmapipo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2019-04-28T11:56:07.000Z","updated_at":"2020-09-23T14:55:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"085c03c3-2ea2-4d4c-834d-05ae5ac15695","html_url":"https://github.com/lykmapipo/retrofit-common","commit_stats":{"total_commits":48,"total_committers":1,"mean_commits":48.0,"dds":0.0,"last_synced_commit":"685d972a9bb88e0af0395da731333adc7767834e"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/lykmapipo/retrofit-common","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lykmapipo%2Fretrofit-common","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lykmapipo%2Fretrofit-common/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lykmapipo%2Fretrofit-common/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lykmapipo%2Fretrofit-common/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lykmapipo","download_url":"https://codeload.github.com/lykmapipo/retrofit-common/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lykmapipo%2Fretrofit-common/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28602462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T10:46:13.255Z","status":"ssl_error","status_checked_at":"2026-01-20T10:42:51.865Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["android","api","client","factory","http","lykmapipo","module","okhttp","retrofit"],"created_at":"2024-10-10T12:19:41.942Z","updated_at":"2026-01-20T11:32:44.972Z","avatar_url":"https://github.com/lykmapipo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"retrofit-common\n=======================\n\n[![](https://jitpack.io/v/lykmapipo/retrofit-common.svg)](https://jitpack.io/#lykmapipo/retrofit-common)\n\nSensible [retrofit](https://github.com/square/retrofit) service creator for sustainable android client(s).\n\n## Installation\nAdd [https://jitpack.io](https://jitpack.io) to your build.gradle with:\n```gradle\nallprojects {\n    repositories {\n        maven { url \"https://jitpack.io\" }\n    }\n}\n```\nAdd `retrofit-common` dependency into your project\n\n```gradle\ndependencies {\n    implementation 'com.github.lykmapipo:retrofit-common:v0.8.0'\n}\n```\n\n## Usage\n\nCreate services using `retrofit-common` default settings\n\n```java\npublic interface GitHubService {\n  @GET(\"users/{user}/repos\")\n  Call\u003cList\u003cRepo\u003e\u003e listRepos(@Path(\"user\") String user);\n}\n\nGitHubService service = \n    HttpService.create(GitHubService.class, \"https://api.example.com/v1/\", \"i3Vixpfr51EVHWHP\");\n                                                                                                          \n\nCall\u003cList\u003cRepo\u003e\u003e repos = service.listRepos(\"octocat\");\n```\n\n\n## Test\n```sh\n./gradlew test\n```\n\n## Contribute\nIt will be nice, if you open an issue first so that we can know what is going on, then, fork this repo and push in your ideas.\nDo not forget to add a bit of test(s) of what value you adding.\n\n## License\n\n(The MIT License)\n\nCopyright (c) lykmapipo \u0026\u0026 Contributors\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flykmapipo%2Fretrofit-common","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flykmapipo%2Fretrofit-common","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flykmapipo%2Fretrofit-common/lists"}