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
Escape Example data.
GET /test/escape
Example usage:
curl -i http://localhost/escape/text
<b>curl -i http://localhost/escape/html</b>
<xml>curl -i http://localhost/escape/xml</xml>
HTTP/1.1 200 OK {
field_text: 'text-value',
field_html: '<b>html-value</b>',
field_xml: '<xml>xml-value</xml>'
}
This is the content of the footer.md
file.