{"id":24362961,"url":"https://github.com/shivamka1/jaxrs-json-api-docs","last_synced_at":"2025-06-20T23:07:40.952Z","repository":{"id":143929434,"uuid":"68916209","full_name":"shivamka1/jaxrs-json-api-docs","owner":"shivamka1","description":"A Java library to generate API documentation in JSON format for JAX-RS annotated classes.","archived":false,"fork":false,"pushed_at":"2016-11-13T18:06:04.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-20T23:06:51.970Z","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/shivamka1.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-09-22T11:50:28.000Z","updated_at":"2024-09-19T01:25:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"13c98d28-5ba5-4827-b889-2f9ec45ecd0e","html_url":"https://github.com/shivamka1/jaxrs-json-api-docs","commit_stats":null,"previous_names":["shivam-880/jaxrs-json-api-docs","shivamka1/jaxrs-json-api-docs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shivamka1/jaxrs-json-api-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivamka1%2Fjaxrs-json-api-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivamka1%2Fjaxrs-json-api-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivamka1%2Fjaxrs-json-api-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivamka1%2Fjaxrs-json-api-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shivamka1","download_url":"https://codeload.github.com/shivamka1/jaxrs-json-api-docs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivamka1%2Fjaxrs-json-api-docs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261032071,"owners_count":23100049,"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":"2025-01-18T22:54:33.400Z","updated_at":"2025-06-20T23:07:35.938Z","avatar_url":"https://github.com/shivamka1.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jaxrs-json-apidocs\nA Java library to generate API documentation in JSON format for JAX-RS annotated classes.\n\n**Sample Input**\n\n``` java\n@Path(\"/messenger\")\npublic interface MessageResourceI {\n\t\n\t@GET\n\t@Path(\"/messages\")\n\t@Produces(\"application/json\")\n\tpublic Response getMessages(@QueryParam(\"messageId\") int messageId);\n\n}\n```\n\n\n**Sample Output**\n\n```\n{\n    \"resources\": [{\n        \"path\": \"/messenger/messages\",\n        \"requests\": [{\n            \"verb\": \"javax.ws.rs.GET\",\n            \"produces\": [\"application/json\"],\n            \"parameters\": [{\n                \"title\": \"messageId\",\n                \"type\": \"int\"\n            }]\n        }]\n    }]\n}\n```\n\n\u003cbr/\u003e\n\n\u003e It currently is capable of parsing only limited JAX-RS annotations. Also, API documentation design is still under consideration.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivamka1%2Fjaxrs-json-api-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshivamka1%2Fjaxrs-json-api-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivamka1%2Fjaxrs-json-api-docs/lists"}