{"id":20996166,"url":"https://github.com/stefan-kolb/jaxrs-samples","last_synced_at":"2026-04-27T19:05:21.903Z","repository":{"id":52294085,"uuid":"87083144","full_name":"stefan-kolb/jaxrs-samples","owner":"stefan-kolb","description":"Small example projects using JAX-RS technologies.","archived":false,"fork":false,"pushed_at":"2021-05-01T04:21:04.000Z","size":147,"stargazers_count":2,"open_issues_count":8,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-27T04:50:24.415Z","etag":null,"topics":["examples","gradle","java","jax-rs","rest","restful","restful-webservices","web-services"],"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/stefan-kolb.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}},"created_at":"2017-04-03T14:25:01.000Z","updated_at":"2019-05-16T12:33:29.000Z","dependencies_parsed_at":"2022-09-05T22:13:33.705Z","dependency_job_id":null,"html_url":"https://github.com/stefan-kolb/jaxrs-samples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stefan-kolb/jaxrs-samples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefan-kolb%2Fjaxrs-samples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefan-kolb%2Fjaxrs-samples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefan-kolb%2Fjaxrs-samples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefan-kolb%2Fjaxrs-samples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefan-kolb","download_url":"https://codeload.github.com/stefan-kolb/jaxrs-samples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefan-kolb%2Fjaxrs-samples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32350305,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T17:12:42.749Z","status":"ssl_error","status_checked_at":"2026-04-27T17:12:41.658Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["examples","gradle","java","jax-rs","rest","restful","restful-webservices","web-services"],"created_at":"2024-11-19T07:28:20.807Z","updated_at":"2026-04-27T19:05:21.881Z","avatar_url":"https://github.com/stefan-kolb.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JAX-RS Samples\n\n*Sample projects using JAX-RS technologies.*\n\nUse `gradlew run` to start the JAX-RS server.\nThe server is available at `localhost:9999` per default. \nThis can be configured via `src/main/resources/config.properties`.\n\nThe following resources are available:\n\n`GET /cats`  \nReturns all available famous cats.  \nImplementation inside `ReadAll.java`.\n\n`GET /cats/1`  \nReturns a famous cat via its identifier.  \nImplementation inside `ReadSingle.java`.\n\n`GET /search?movie=Garfield`  \nReturns famous cats that are featured in a particular movie.  \nImplementation inside `Search.java`.\n\n`POST /cats`  \nAdds a new cat to the list of famous cats.  \nImplementation inside `Create.java`.\n\n`PUT /cats/1`  \nUpdates the attributes of an existing famous cat.   \nImplementation inside `Update.java`.\n\n`DELETE /cats/1`  \nDeletes an existing famous cat via its id.  \nImplementation inside `Delete.java`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefan-kolb%2Fjaxrs-samples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefan-kolb%2Fjaxrs-samples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefan-kolb%2Fjaxrs-samples/lists"}