{"id":23091662,"url":"https://github.com/josevte/template-api-rest-java-playframework","last_synced_at":"2025-08-16T09:30:35.852Z","repository":{"id":152758248,"uuid":"44438725","full_name":"JoseVte/template-api-rest-java-playframework","owner":"JoseVte","description":"API REST with Play Framework in JAVA","archived":false,"fork":false,"pushed_at":"2015-10-21T20:34:04.000Z","size":1212,"stargazers_count":22,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-04-12T18:30:57.320Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JoseVte.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":"2015-10-17T13:47:15.000Z","updated_at":"2023-04-12T19:05:55.679Z","dependencies_parsed_at":"2023-04-12T19:31:34.443Z","dependency_job_id":null,"html_url":"https://github.com/JoseVte/template-api-rest-java-playframework","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoseVte%2Ftemplate-api-rest-java-playframework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoseVte%2Ftemplate-api-rest-java-playframework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoseVte%2Ftemplate-api-rest-java-playframework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoseVte%2Ftemplate-api-rest-java-playframework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JoseVte","download_url":"https://codeload.github.com/JoseVte/template-api-rest-java-playframework/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230026343,"owners_count":18161594,"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-12-16T21:19:01.526Z","updated_at":"2024-12-16T21:19:02.235Z","avatar_url":"https://github.com/JoseVte.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"API REST for JAVA Play Framework\n================================\n\n-----\n\nWelcome to a API REST with Play Framework in JAVA.\n\nFor test the API you can use the file extracted from PostMan or use these URIs in your Rest Client.\n\nAll routes have the port  80. This can be changed in `application.conf` file.\n\n\n| Method | URI | Data | HTTP Code | Response (in JSON) |\n| ------ | --- | ---- | --------- | ------------------ |\n| GET | /employees?page=2 |  | 200 | {\"data\":[{\"id\": 4,\"name\": \"Josrom\"},{\"id\": 4,\"name\": \"Dantar\"},...],\"total\":∞,\"link-self\": \"/employees?page=2\",\"link-prev\": \"/employees?page=1\",\"link-next\": \"/employees?page=3\"} |\n| GET | /employees/1 |  | 200 | {\"id\": 1,\"name\": \"Josrom\"} |\n| GET | /employees/6 |  | 404 | {\"error\":\"Not found 6\"} |\n| POST | /employees | {\"name\": \"new user\"} | 201 | {\"id\": 6,\"name\": \"new user\"} |\n| POST | /employees |  | 400 | {\"name\": [\"This field is required\"]} |\n| PUT/PATCH | /employees | {\"id\": 1,\"name\": \"new name\"} | 200 | {\"id\": 1,\"name\": \"new name\"} |\n| PUT/PATCH | /employees |  | 400 | {\"name\": [\"This field is required\"]} |\n| DELETE | /employees/1 |  | 200 | {\"msg\":\"Deleted 1\"} |\n| DELETE | /employees/0 |  | 404 | {\"error\":\"Not found 0\"} |\n\nCHANGELOG\n=========\n\n## Version 1.1\n\n- Changed Ebean ORM for JPA\n- Added pagination\n- Docblocks for all methods\n- Added test\n\n## Version 1.0\n\n- App base","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosevte%2Ftemplate-api-rest-java-playframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosevte%2Ftemplate-api-rest-java-playframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosevte%2Ftemplate-api-rest-java-playframework/lists"}