RESTful web API Documentation Generator
This is the content of the header.md
file.
this quote is prepended to this doc using a file
prepend.md
Delete a category. Sample request has been disabled here.
DELETE /category
Name | Type | Description |
---|---|---|
id | Number |
Category ID. |
json
- Some json code:
{
"user": "Sample User",
"payload": {
"test": [
"code": "
public class HelloWorldTest {
HelloWorld hw = new HelloWorld();
@Test
public void testOkay {
assertEquals(\"HelloWorld\", hw.getMsg());
}
}"
]
}
}
Get a category. Sample request on example.com here.
GET /category
Name | Type | Description |
---|---|---|
id | Number |
optional Category ID. Default value: 123 |
id2 | Number |
Category ID2. |
This is the content of the footer.md
file.