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
Extended usage of @apiExample with different example types.
GET /example/
PHP Example (new)
echo 'This is the content. (new)';
JS Example
console.log('This is the content.');
echo 'This is the success content. (new)';
console.log('This is the success content.');
echo 'This is the error content.';
console.log('This is the error content.');
This is the content of the footer.md
file.