jetbrains-http-client.README.mustache Maven / Gradle / Ivy
# {{appName}} - Jetbrains API Client
## OpenAPI File description
{{#appDescription}}{{appDescription}}{{/appDescription}}
* API basepath : [{{basePath}}]({{basePath}})
* Version : {{version}}
## Documentation for API Endpoints
{{#generateApiDocs}}
All URIs are relative to *{{{basePath}}}*, but will link to the `.http` file that contains the endpoint definition
Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
{{#apiInfo}}{{#apis}}{{#operations}}{{#operation}}*{{classname}}* | [**{{operationId}}**](Apis/{{apiDocPath}}{{classname}}.http#{{operationIdLowerCase}}) | **{{httpMethod}}** {{path}} | {{#summary}}{{{summary}}}{{/summary}}
{{/operation}}{{/operations}}{{/apis}}{{/apiInfo}}
{{/generateApiDocs}}
_This client was generated by the jetbrains-http-client of OpenAPI Generator_