{"id":26282928,"url":"https://github.com/jonathan-foucher/spring-boot-http-example","last_synced_at":"2025-03-14T17:16:03.425Z","repository":{"id":281546746,"uuid":"945519031","full_name":"jonathan-foucher/spring-boot-http-example","owner":"jonathan-foucher","description":"Examples of HTTP interactions with spring-boot","archived":false,"fork":false,"pushed_at":"2025-03-09T20:02:39.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-09T21:18:10.407Z","etag":null,"topics":["http","java","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"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/jonathan-foucher.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":"2025-03-09T16:05:43.000Z","updated_at":"2025-03-09T20:02:43.000Z","dependencies_parsed_at":"2025-03-09T21:28:11.619Z","dependency_job_id":null,"html_url":"https://github.com/jonathan-foucher/spring-boot-http-example","commit_stats":null,"previous_names":["jonathan-foucher/spring-boot-http-example"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathan-foucher%2Fspring-boot-http-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathan-foucher%2Fspring-boot-http-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathan-foucher%2Fspring-boot-http-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathan-foucher%2Fspring-boot-http-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonathan-foucher","download_url":"https://codeload.github.com/jonathan-foucher/spring-boot-http-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243615631,"owners_count":20319733,"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":["http","java","spring-boot"],"created_at":"2025-03-14T17:16:03.013Z","updated_at":"2025-03-14T17:16:03.416Z","avatar_url":"https://github.com/jonathan-foucher.png","language":"Java","readme":"## Introduction\nThis project is an example of HTTP interactions with Spring Boot.\n\nA movie API project will be taken as example to be called through by the example project.\n\n## Run the project\n### Application\nStart both movie-api and http-example Spring boot projects, then you can try out the HTTP api.\n\nGet a movie by id\n```\ncurl --request GET \\\n  --url http://localhost:8090/http-api-example/movies/22\n```\n\nSave a movie\n```\ncurl --request POST \\\n  --url http://localhost:8090/http-api-example/movies \\\n  --header 'content-type: application/json' \\\n  --data '{\n  \"id\": 28,\n  \"title\": \"Some title\",\n  \"release_date\": \"2022-02-04\"\n}'\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathan-foucher%2Fspring-boot-http-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathan-foucher%2Fspring-boot-http-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathan-foucher%2Fspring-boot-http-example/lists"}