Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 898 Bytes

Escape.md

File metadata and controls

55 lines (35 loc) · 898 Bytes

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

Escape

Escape Example

Back to top

Escape Example data.

GET /test/escape

Examples

Example usage:

curl -i http://localhost/escape/text
<b>curl -i http://localhost/escape/html</b>
<xml>curl -i http://localhost/escape/xml</xml>

Success response example

Success response example - Example Response

HTTP/1.1 200 OK {
  field_text: 'text-value',
  field_html: '<b>html-value</b>',
  field_xml: '<xml>xml-value</xml>'
}

Footer .md File

This is the content of the footer.md file.