web.html.api_template.html Maven / Gradle / Ivy
BitMerchant
{{#h1}}
{{title}}
{{{body}}}
{{#endpoint}} API endpoint
{{endpoint}}
{{/endpoint}}
{{#h2}}
{{title}}
{{{body}}}
{{http_request}}
{{#example_request}} Example request
{{example_request}}
{{/example_request}} {{#example_response}} Example response
{{example_response}}
{{/example_response}}
{{#arguments_exist}}
Parameter
Type
Required
Description
{{#arguments}}
{{parameter}}
{{type}}
{{required}}
{{description}}
{{/arguments}}
{{/arguments_exist}}
{{/h2}} {{/h1}}