{"id":24308885,"url":"https://github.com/raulrobinson/openfeign-template","last_synced_at":"2026-04-22T07:34:55.817Z","repository":{"id":267492383,"uuid":"901417485","full_name":"raulrobinson/openfeign-template","owner":"raulrobinson","description":"API REST for OpenFeign Cloud","archived":false,"fork":false,"pushed_at":"2024-12-19T18:35:36.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T05:11:57.961Z","etag":null,"topics":["api-rest","cloud","openfeign","springboot"],"latest_commit_sha":null,"homepage":"https://rasysbox.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raulrobinson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-12-10T16:10:09.000Z","updated_at":"2024-12-19T18:35:40.000Z","dependencies_parsed_at":"2024-12-10T17:42:58.361Z","dependency_job_id":"ca9874b7-5225-44f9-a3a0-680ab5d64532","html_url":"https://github.com/raulrobinson/openfeign-template","commit_stats":null,"previous_names":["raulrobinson/openfeign-template"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulrobinson%2Fopenfeign-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulrobinson%2Fopenfeign-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulrobinson%2Fopenfeign-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulrobinson%2Fopenfeign-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raulrobinson","download_url":"https://codeload.github.com/raulrobinson/openfeign-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242277695,"owners_count":20101545,"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":["api-rest","cloud","openfeign","springboot"],"created_at":"2025-01-17T05:11:52.260Z","updated_at":"2026-04-22T07:34:50.777Z","avatar_url":"https://github.com/raulrobinson.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# openfeign-template\n\n## Description\n\nThis is a template project that uses OpenFeign to make HTTP requests to a REST API. The project is written in Java and uses Spring Boot.\n\n## Requirements\n\n1. Java - 11.x +\n2. Maven - 3.x +\n3. IDE - IntelliJ IDEA or Eclipse\n4. Lombok Plugin\n5. Postman\n6. REST API - [JSONPlaceholder](https://jsonplaceholder.typicode.com/)\n7. Docker - 20.x +\n\n## Steps to Setup\n\n**1. Clone the application**\n\n```bash\ngit clone https://github.com/raulrobinson/openfeign-template.git\n```\n\n**2. Build and run the app using maven**\n\n```bash\nmvn clean spring-boot:run\n```\n\nThe app will start running at \u003chttp://localhost:8080\u003e.\n\n## Explore Rest APIs\n\nThe app defines following APIs.\n\n```bash\ncurl -X 'GET' \\\n  'http://localhost:8080/posts' \\\n  -H 'accept: application/json'\n```\n\n```bash\ncurl --location 'localhost:8080/json-placeholder/get-post-by-id/15'\n```\n\n## Swagger UI\n\nYou can access the Swagger UI at \u003chttp://localhost:8080/swagger-ui/index.html\u003e.\n\nDocumentation for the REST API can be found at \u003chttp://localhost:8080/v3/api-docs\u003e.\n\n\n## Learn more\n\nYou can find the tutorial for this application. OpenFeign Cloud.\n\n## License\nMIT License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraulrobinson%2Fopenfeign-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraulrobinson%2Fopenfeign-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraulrobinson%2Fopenfeign-template/lists"}