Skip to content

Latest commit

 

History

History
75 lines (46 loc) · 1.12 KB

Example.md

File metadata and controls

75 lines (46 loc) · 1.12 KB

test v0.13.0

RESTful web API Documentation Generator

Header .md File

This is the content of the header.md file.

Table of contents


this quote is prepended to this doc using a file prepend.md

Example

Example

Back to top

Extended usage of @apiExample with different example types.

GET /example/

Examples

PHP Example (new)

echo 'This is the content. (new)';

JS Example

console.log('This is the content.');

Success response example

Success response example - PHP Success Example (new)

echo 'This is the success content. (new)';

Success response example - JS Success Example

console.log('This is the success content.');

Error response example

Error response example - PHP Error Example

echo 'This is the error content.';

Error response example - JS Error Example

console.log('This is the error content.');

Footer .md File

This is the content of the footer.md file.