
htmlDocs.index.mustache Maven / Gradle / Ivy
The newest version!
API Reference
{{{appName}}}
{{{appDescription}}} for {{partner}}
{{#infoUrl}}More information: {{{infoUrl}}}{{/infoUrl}}
{{#infoEmail}}Contact Info: {{{infoEmail}}}{{/infoEmail}}
{{{licenseInfo}}}
{{{licenseUrl}}}
Access
Access to the API requires an api key to be provided by {{partner}} for all requests. The api key is passed as a header with the name `api_key` and the value provided by Reverb Technologies, Inc. Unless otherwise agreed upon, access to the Reverb API is intended solely for usage by {{partner}} and not third parties.
Methods
{{#apiInfo}}
{{#apis}}
{{#operations}}{{#operation}}
{{httpMethod}}: {{path}}
{{nickname}} {{summary}}
{{notes}}
Parameters
{{#allParams}}{{>queryParam}}{{>pathParam}}{{>bodyParam}}{{>headerParam}}{{>formParam}}
{{/allParams}}
Return type
{{#examples}}
Example data
Content-Type: {{{contentType}}}
{{{example}}}
{{/examples}}
{{/operation}}{{/operations}}
{{/apis}}{{/apiInfo}}
Models
{{#models}}
{{#model}}
{{classname}}
{{#vars}}{{name}} {{#isNotRequired}}(optional){{/isNotRequired}}{{datatype}} {{description}}
{{/vars}}
{{/model}}
{{/models}}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy