{"id":20355480,"url":"https://github.com/dcoxall/dropwizard-demo","last_synced_at":"2026-05-11T02:54:24.950Z","repository":{"id":148714329,"uuid":"52540432","full_name":"dcoxall/dropwizard-demo","owner":"dcoxall","description":null,"archived":false,"fork":false,"pushed_at":"2016-02-26T11:53:42.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-15T01:03:28.618Z","etag":null,"topics":[],"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/dcoxall.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,"publiccode":null,"codemeta":null}},"created_at":"2016-02-25T16:39:50.000Z","updated_at":"2016-02-25T16:40:04.000Z","dependencies_parsed_at":"2023-05-28T18:15:21.265Z","dependency_job_id":null,"html_url":"https://github.com/dcoxall/dropwizard-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoxall%2Fdropwizard-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoxall%2Fdropwizard-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoxall%2Fdropwizard-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoxall%2Fdropwizard-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcoxall","download_url":"https://codeload.github.com/dcoxall/dropwizard-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241889242,"owners_count":20037470,"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-11-14T23:12:59.092Z","updated_at":"2025-12-03T04:04:41.929Z","avatar_url":"https://github.com/dcoxall.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dropwizard Demo\n\nThis repo serves as a very basic example of a Dropwizard application.\n\nThe API represents a very very basic Product model.\n\n    cat | http put :8080/products/1\n    {\n      \"name\": \"Product Name\",\n      \"description\": \"My product description\",\n      \"stock\": 123,\n      \"currency_code\": \"GBP\",\n      \"price\": 123.45\n    }\n    HTTP/1.1 204 No Content\n    Date: Thu, 25 Feb 2016 16:52:31 GMT\n    Location: http://localhost:8080/products/1\n\n    http get :8080/products/1\n    HTTP/1.1 200 OK\n    Content-Length: 165\n    Content-Type: application/json\n    Date: Thu, 25 Feb 2016 16:53:29 GMT\n\n    {\n        \"currency_code\": \"GBP\",\n        \"description\": \"My product description\",\n        \"display\": {\n            \"in_stock\": true,\n            \"price\": \"£123.45\"\n        },\n        \"id\": 1,\n        \"name\": \"Product Name\",\n        \"price\": 123.45,\n        \"stock\": 123\n    }\n\n    http get :8080/products\n    HTTP/1.1 200 OK\n    Content-Encoding: gzip\n    Content-Length: 152\n    Content-Type: application/json\n    Date: Thu, 25 Feb 2016 16:54:56 GMT\n    Vary: Accept-Encoding\n\n    [\n        {\n            \"currency_code\": \"GBP\",\n            \"description\": \"My product description\",\n            \"display\": {\n                \"in_stock\": true,\n                \"price\": \"£123.45\"\n            },\n            \"id\": 1,\n            \"name\": \"Product Name\",\n            \"price\": 123.45,\n            \"stock\": 123\n        },\n        {\n            \"currency_code\": \"GBP\",\n            \"description\": \"My product description\",\n            \"display\": {\n                \"in_stock\": true,\n                \"price\": \"£123.45\"\n            },\n            \"id\": 2,\n            \"name\": \"Product Name\",\n            \"price\": 123.45,\n            \"stock\": 123\n        }\n    ]\n\n    http delete :8080/products/1\n    HTTP/1.1 200 OK\n    Content-Length: 0\n    Date: Thu, 25 Feb 2016 16:55:26 GMT\n\n## Usage\n\n    mvn package\n    java -jar target/productdemo-1.0-SNAPSHOT.jar server config.yml\n\n## Noteworthy Features\n\n- Custom health checks\n- Application lifecycle hooks\n- Simple (de)serialization\n- Code over configuration\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcoxall%2Fdropwizard-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcoxall%2Fdropwizard-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcoxall%2Fdropwizard-demo/lists"}