All Downloads are FREE. Search and download functionalities are using the official Maven repository.

htmlDocs.index.mustache Maven / Gradle / Ivy

There is a newer version: 3.0.0-rc1
Show newest version



  
    {{{appName}}}
    
    
  
  
  

{{{appName}}}

{{{appDescription}}}
{{#infoUrl}}
More information: {{{infoUrl}}}
{{/infoUrl}} {{#infoEmail}}
Contact Info: {{{infoEmail}}}
{{/infoEmail}} {{#version}}
Version: {{{version}}}
{{/version}}
{{{licenseInfo}}}
{{{licenseUrl}}}

Access

{{access}}

Methods

[ Jump to Models ] {{! for the tables of content, I cheat and don't use CSS styles.... }}

Table of Contents

{{access}}
{{#apiInfo}}
    {{#apis}} {{#operations}} {{#operation}}
  1. {{httpMethod}} {{path}}
  2. {{/operation}} {{/operations}} {{/apis}}
{{/apiInfo}} {{#apiInfo}} {{#apis}} {{#operations}} {{#operation}}
Up
{{httpMethod}} {{path}}
{{summary}} ({{nickname}})
{{! notes is operation.description. So why rename it and make it super confusing???? }}
{{notes}}
{{#hasPathParams}}

Path parameters

{{#pathParams}}{{>pathParam}}{{/pathParams}}
{{/hasPathParams}} {{#hasConsumes}}

Consumes

This API call consumes the following media types via the Content-Type request header:
    {{#consumes}}
  • {{mediaType}}
  • {{/consumes}}
{{/hasConsumes}} {{#hasBodyParam}}

Request body

{{#bodyParams}}{{>bodyParam}}{{/bodyParams}}
{{/hasBodyParam}} {{#hasHeaderParam}}

Request headers

{{#headerParam}}{{>headerParam}}{{/headerParam}}
{{/hasHeaderParam}} {{#hasQueryParams}}

Query parameters

{{#queryParams}}{{>queryParam}}{{/queryParams}}
{{/hasQueryParams}} {{#hasExamples}} {{#examples}}

Example data

Content-Type: {{{contentType}}}
{{{example}}}
{{/examples}} {{/hasExamples}} {{#hasProduces}}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
    {{#produces}}
  • {{mediaType}}
  • {{/produces}}
{{/hasProduces}}

Responses

{{#responses}}

{{code}}

{{message}} {{#examples}}

Example data

Content-Type: {{{contentType}}}
{{example}}
{{/examples}} {{/responses}}

{{/operation}} {{/operations}} {{/apis}} {{/apiInfo}}

Models

[ Jump to Methods ]

Table of Contents

    {{#models}} {{#model}}
  1. {{classname}}
  2. {{/model}} {{/models}}
{{#models}} {{#model}}

{{classname}} Up

{{#vars}}
{{name}} {{#isNotRequired}}(optional){{/isNotRequired}}
{{datatype}} {{description}}
{{/vars}}
{{/model}} {{/models}}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy