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

jetbrains-http-client.README.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
# {{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_




© 2015 - 2024 Weber Informatics LLC | Privacy Policy