魏涛

Created test (markdown)

Showing 1 changed file with 25 additions and 0 deletions
  1 +# API title
  2 +
  3 +* TOC
  4 +{:toc}
  5 +
  6 +## API endpoint title
  7 +
  8 + [VERB] /path/to/endpoint
  9 +
  10 +### Parameters
  11 +
  12 +Name | Type | Description
  13 +-----|------|--------------
  14 +`name`|`type` | Description.
  15 +
  16 +### Input (request JSON body)
  17 +
  18 +Name | Type | Description
  19 +-----|------|--------------
  20 +`name`|`type` | Description.
  21 +
  22 +### Response
  23 +
  24 +<%= headers 200, :pagination => default_pagination_rels, 'X-Custom-Header' => "value" %>
  25 +<%= json :resource_name %>