[kotlin] cleanup documentation (#15307)

* [kotlin] fix documentation of API authorization in README files

fix hierarchy level + add internal links + align wording across generators

* [kotlin] fix anchor links in documentation

---------

Co-authored-by: Tiffany Marrel <tiffany.marrel@flowable.com>
This commit is contained in:
Tiffany Marrel 2023-04-27 12:33:15 +02:00 committed by GitHub
parent e211e1451d
commit da96058f5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
174 changed files with 756 additions and 728 deletions

View File

@ -53,7 +53,7 @@ This runs all tests and packages the library.
{{#jvm}}* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.{{/jvm}} {{#jvm}}* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.{{/jvm}}
{{#generateApiDocs}} {{#generateApiDocs}}
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *{{{basePath}}}* All URIs are relative to *{{{basePath}}}*
@ -65,7 +65,7 @@ Class | Method | HTTP request | Description
{{/generateApiDocs}} {{/generateApiDocs}}
{{#generateModelDocs}} {{#generateModelDocs}}
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
{{#modelPackage}} {{#modelPackage}}
@ -77,19 +77,13 @@ No model defined in this package
{{/modelPackage}} {{/modelPackage}}
{{/generateModelDocs}} {{/generateModelDocs}}
<a name="documentation-for-authorization"></a>{{! TODO: optional documentation for authorization? }} <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
{{^authMethods}} {{^authMethods}}Endpoints do not require authorization.{{/authMethods}}
All endpoints do not require authorization. {{#hasAuthMethods}}Authentication schemes defined for the API:{{/hasAuthMethods}}
{{/authMethods}}
{{#authMethods}} {{#authMethods}}
{{#last}} <a id="{{name}}"></a>
Authentication schemes defined for the API:
{{/last}}
{{/authMethods}}
{{#authMethods}}
<a name="{{name}}"></a>
### {{name}} ### {{name}}
{{#isApiKey}}- **Type**: API key {{#isApiKey}}- **Type**: API key

View File

@ -10,7 +10,7 @@ Method | HTTP request | Description
{{#operations}} {{#operations}}
{{#operation}} {{#operation}}
<a name="{{operationId}}"></a> <a id="{{operationId}}"></a>
# **{{operationId}}** # **{{operationId}}**
> {{#returnType}}{{.}} {{/returnType}}{{operationId}}({{#allParams}}{{{paramName}}}{{^-last}}, {{/-last}}{{/allParams}}) > {{#returnType}}{{.}} {{/returnType}}{{operationId}}({{#allParams}}{{{paramName}}}{{^-last}}, {{/-last}}{{/allParams}})

View File

@ -7,7 +7,7 @@ Name | Type | Description | Notes
{{/vars}} {{/vars}}
{{#vars}}{{#isEnum}} {{#vars}}{{#isEnum}}
<a name="{{{datatypeWithEnum}}}"></a>{{!NOTE: see java's resources "pojo_doc.mustache" once enums are fully implemented}} <a id="{{{datatypeWithEnum}}}"></a>{{!NOTE: see java's resources "pojo_doc.mustache" once enums are fully implemented}}
## Enum: {{baseName}} ## Enum: {{baseName}}
Name | Value Name | Value
---- | -----{{#allowableValues}} ---- | -----{{#allowableValues}}

View File

@ -176,7 +176,7 @@ Then, run:
This runs all tests and packages the library. This runs all tests and packages the library.
{{#generateApiDocs}} {{#generateApiDocs}}
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *{{{basePath}}}* All URIs are relative to *{{{basePath}}}*
@ -188,7 +188,7 @@ Class | Method | HTTP request | Description
{{/generateApiDocs}} {{/generateApiDocs}}
{{#generateModelDocs}} {{#generateModelDocs}}
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
{{#modelPackage}} {{#modelPackage}}
@ -200,19 +200,13 @@ No model defined in this package
{{/modelPackage}} {{/modelPackage}}
{{/generateModelDocs}} {{/generateModelDocs}}
<a name="documentation-for-authorization"></a>{{! TODO: optional documentation for authorization? }} <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
{{^authMethods}} {{^authMethods}}Endpoints do not require authorization.{{/authMethods}}
All endpoints do not require authorization. {{#hasAuthMethods}}Authentication schemes defined for the API:{{/hasAuthMethods}}
{{/authMethods}}
{{#authMethods}} {{#authMethods}}
{{#last}} <a id="{{name}}"></a>
Authentication schemes defined for the API:
{{/last}}
{{/authMethods}}
{{#authMethods}}
<a name="{{name}}"></a>
### {{name}} ### {{name}}
{{#isApiKey}}- **Type**: API key {{#isApiKey}}- **Type**: API key

View File

@ -28,7 +28,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
{{#generateApiDocs}} {{#generateApiDocs}}
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *{{{basePath}}}* All URIs are relative to *{{{basePath}}}*
@ -40,7 +40,7 @@ Class | Method | HTTP request | Description
{{/generateApiDocs}} {{/generateApiDocs}}
{{#generateModelDocs}} {{#generateModelDocs}}
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
{{#modelPackage}} {{#modelPackage}}
@ -52,19 +52,13 @@ No model defined in this package
{{/modelPackage}} {{/modelPackage}}
{{/generateModelDocs}} {{/generateModelDocs}}
<a name="documentation-for-authorization"></a>{{! TODO: optional documentation for authorization? }} <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
{{^authMethods}} {{^authMethods}}Endpoints do not require authorization.{{/authMethods}}
All endpoints do not require authorization. {{#hasAuthMethods}}Authentication schemes defined for the API:{{/hasAuthMethods}}
{{/authMethods}}
{{#authMethods}} {{#authMethods}}
{{#last}} <a id="{{name}}"></a>
Authentication schemes defined for the API:
{{/last}}
{{/authMethods}}
{{#authMethods}}
<a name="{{name}}"></a>
### {{name}} ### {{name}}
{{#isApiKey}}- **Type**: API key {{#isApiKey}}- **Type**: API key

View File

@ -10,7 +10,7 @@ Method | HTTP request | Description
{{#operations}} {{#operations}}
{{#operation}} {{#operation}}
<a name="{{operationId}}"></a> <a id="{{operationId}}"></a>
# **{{operationId}}** # **{{operationId}}**
> {{#returnType}}{{.}} {{/returnType}}{{operationId}}({{#allParams}}{{{paramName}}}{{^-last}}, {{/-last}}{{/allParams}}) > {{#returnType}}{{.}} {{/returnType}}{{operationId}}({{#allParams}}{{{paramName}}}{{^-last}}, {{/-last}}{{/allParams}})

View File

@ -7,7 +7,7 @@ Name | Type | Description | Notes
{{/vars}} {{/vars}}
{{#vars}}{{#isEnum}} {{#vars}}{{#isEnum}}
<a name="{{{datatypeWithEnum}}}"></a>{{!NOTE: see java's resources "pojo_doc.mustache" once enums are fully implemented}} <a id="{{{datatypeWithEnum}}}"></a>{{!NOTE: see java's resources "pojo_doc.mustache" once enums are fully implemented}}
## Enum: {{baseName}} ## Enum: {{baseName}}
Name | Value Name | Value
---- | -----{{#allowableValues}} ---- | -----{{#allowableValues}}

View File

@ -45,7 +45,7 @@ docker run -p 8080:8080 {{artifactId}}
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
{{#generateApiDocs}} {{#generateApiDocs}}
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *{{{basePath}}}* All URIs are relative to *{{{basePath}}}*
@ -57,7 +57,7 @@ Class | Method | HTTP request | Description
{{/generateApiDocs}} {{/generateApiDocs}}
{{#generateModelDocs}} {{#generateModelDocs}}
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
{{#modelPackage}} {{#modelPackage}}
@ -69,19 +69,13 @@ No model defined in this package
{{/modelPackage}} {{/modelPackage}}
{{/generateModelDocs}} {{/generateModelDocs}}
<a name="documentation-for-authorization"></a>{{! TODO: optional documentation for authorization? }} <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
{{^authMethods}} {{^authMethods}}Endpoints do not require authorization.{{/authMethods}}
All endpoints do not require authorization. {{#hasAuthMethods}}Authentication schemes defined for the API:{{/hasAuthMethods}}
{{/authMethods}}
{{#authMethods}} {{#authMethods}}
{{#last}} <a id="{{name}}"></a>
Authentication schemes defined for the API:
{{/last}}
{{/authMethods}}
{{#authMethods}}
<a name="{{name}}"></a>
### {{name}} ### {{name}}
{{#isApiKey}}- **Type**: API key {{#isApiKey}}- **Type**: API key

View File

@ -28,7 +28,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
{{#generateApiDocs}} {{#generateApiDocs}}
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *{{{basePath}}}* All URIs are relative to *{{{basePath}}}*
@ -40,7 +40,7 @@ Class | Method | HTTP request | Description
{{/generateApiDocs}} {{/generateApiDocs}}
{{#generateModelDocs}} {{#generateModelDocs}}
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
{{#modelPackage}} {{#modelPackage}}
@ -52,19 +52,13 @@ No model defined in this package
{{/modelPackage}} {{/modelPackage}}
{{/generateModelDocs}} {{/generateModelDocs}}
<a name="documentation-for-authorization"></a>{{! TODO: optional documentation for authorization? }} <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
{{^authMethods}} {{^authMethods}}Endpoints do not require authorization.{{/authMethods}}
All endpoints do not require authorization. {{#hasAuthMethods}}Authentication schemes defined for the API:{{/hasAuthMethods}}
{{/authMethods}}
{{#authMethods}} {{#authMethods}}
{{#last}} <a id="{{name}}"></a>
Authentication schemes defined for the API:
{{/last}}
{{/authMethods}}
{{#authMethods}}
<a name="{{name}}"></a>
### {{name}} ### {{name}}
{{#isApiKey}}- **Type**: API key {{#isApiKey}}- **Type**: API key

View File

@ -7,7 +7,7 @@ Name | Type | Description | Notes
{{/vars}} {{/vars}}
{{#vars}}{{#isEnum}} {{#vars}}{{#isEnum}}
<a name="{{{datatypeWithEnum}}}"></a>{{!NOTE: see java's resources "pojo_doc.mustache" once enums are fully implemented}} <a id="{{{datatypeWithEnum}}}"></a>{{!NOTE: see java's resources "pojo_doc.mustache" once enums are fully implemented}}
## Enum: {{baseName}} ## Enum: {{baseName}}
Name | Value Name | Value
---- | -----{{#allowableValues}} ---- | -----{{#allowableValues}}

View File

@ -45,7 +45,7 @@ docker run -p 8080:8080 {{artifactId}}
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
{{#generateApiDocs}} {{#generateApiDocs}}
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *{{{basePath}}}* All URIs are relative to *{{{basePath}}}*
@ -57,7 +57,7 @@ Class | Method | HTTP request | Description
{{/generateApiDocs}} {{/generateApiDocs}}
{{#generateModelDocs}} {{#generateModelDocs}}
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
{{#modelPackage}} {{#modelPackage}}
@ -69,19 +69,13 @@ No model defined in this package
{{/modelPackage}} {{/modelPackage}}
{{/generateModelDocs}} {{/generateModelDocs}}
<a name="documentation-for-authorization"></a>{{! TODO: optional documentation for authorization? }} <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
{{^authMethods}} {{^authMethods}}Endpoints do not require authorization.{{/authMethods}}
All endpoints do not require authorization. {{#hasAuthMethods}}Authentication schemes defined for the API:{{/hasAuthMethods}}
{{/authMethods}}
{{#authMethods}} {{#authMethods}}
{{#last}} <a id="{{name}}"></a>
Authentication schemes defined for the API:
{{/last}}
{{/authMethods}}
{{#authMethods}}
<a name="{{name}}"></a>
### {{name}} ### {{name}}
{{#isApiKey}}- **Type**: API key {{#isApiKey}}- **Type**: API key

View File

@ -20,7 +20,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
{{#generateApiDocs}} {{#generateApiDocs}}
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *{{{basePath}}}* All URIs are relative to *{{{basePath}}}*
@ -32,7 +32,7 @@ This runs all tests and packages the library.
{{/generateApiDocs}} {{/generateApiDocs}}
{{#generateModelDocs}} {{#generateModelDocs}}
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
{{#modelPackage}} {{#modelPackage}}
@ -44,19 +44,13 @@ This runs all tests and packages the library.
{{/modelPackage}} {{/modelPackage}}
{{/generateModelDocs}} {{/generateModelDocs}}
<a name="documentation-for-authorization"></a>{{! TODO: optional documentation for authorization? }} <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
{{^authMethods}} {{^authMethods}}Endpoints do not require authorization.{{/authMethods}}
All endpoints do not require authorization. {{#hasAuthMethods}}Authentication schemes defined for the API:{{/hasAuthMethods}}
{{/authMethods}}
{{#authMethods}} {{#authMethods}}
{{#last}} <a id="{{name}}"></a>
Authentication schemes defined for the API:
{{/last}}
{{/authMethods}}
{{#authMethods}}
<a name="{{name}}"></a>
### {{name}} ### {{name}}
{{#isApiKey}}- **Type**: API key {{#isApiKey}}- **Type**: API key

View File

@ -10,7 +10,7 @@ Method | HTTP request | Description
{{#operations}} {{#operations}}
{{#operation}} {{#operation}}
<a name="{{operationId}}"></a> <a id="{{operationId}}"></a>
# **{{operationId}}** # **{{operationId}}**
> {{#returnType}}{{.}} {{/returnType}}{{operationId}}({{#allParams}}{{{paramName}}}{{^-last}}, {{/-last}}{{/allParams}}) > {{#returnType}}{{.}} {{/returnType}}{{operationId}}({{#allParams}}{{{paramName}}}{{^-last}}, {{/-last}}{{/allParams}})

View File

@ -7,7 +7,7 @@ Name | Type | Description | Notes
{{/vars}} {{/vars}}
{{#vars}}{{#isEnum}} {{#vars}}{{#isEnum}}
<a name="{{{datatypeWithEnum}}}"></a>{{!NOTE: see java's resources "pojo_doc.mustache" once enums are fully implemented}} <a id="{{{datatypeWithEnum}}}"></a>{{!NOTE: see java's resources "pojo_doc.mustache" once enums are fully implemented}}
## Enum: {{baseName}} ## Enum: {{baseName}}
Name | Value Name | Value
---- | -----{{#allowableValues}} ---- | -----{{#allowableValues}}

View File

@ -35,7 +35,7 @@ This runs all tests and packages the library.
* Supports SQLite types. * Supports SQLite types.
{{#generateModelDocs}} {{#generateModelDocs}}
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
{{#modelPackage}} {{#modelPackage}}

View File

@ -38,7 +38,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets. * Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *http://example.org* All URIs are relative to *http://example.org*
@ -48,7 +48,7 @@ Class | Method | HTTP request | Description
*BirdApi* | [**getBird**](docs/BirdApi.md#getbird) | **GET** /v1/bird/{id} | *BirdApi* | [**getBird**](docs/BirdApi.md#getbird) | **GET** /v1/bird/{id} |
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
- [org.openapitools.client.models.Animal](docs/Animal.md) - [org.openapitools.client.models.Animal](docs/Animal.md)
@ -56,10 +56,11 @@ Class | Method | HTTP request | Description
- [org.openapitools.client.models.BirdAllOf](docs/BirdAllOf.md) - [org.openapitools.client.models.BirdAllOf](docs/BirdAllOf.md)
<a name="documentation-for-authorization"></a> <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
All endpoints do not require authorization. Endpoints do not require authorization.
## Author ## Author

View File

@ -7,7 +7,7 @@ Method | HTTP request | Description
[**getBird**](BirdApi.md#getBird) | **GET** /v1/bird/{id} | [**getBird**](BirdApi.md#getBird) | **GET** /v1/bird/{id} |
<a name="getBird"></a> <a id="getBird"></a>
# **getBird** # **getBird**
> Bird getBird(id) > Bird getBird(id)

View File

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets. * Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *http://localhost* All URIs are relative to *http://localhost*
@ -47,12 +47,13 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**idsGet**](docs/DefaultApi.md#idsget) | **GET** /{ids} | *DefaultApi* | [**idsGet**](docs/DefaultApi.md#idsget) | **GET** /{ids} |
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
<a name="documentation-for-authorization"></a> <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
All endpoints do not require authorization. Endpoints do not require authorization.

View File

@ -7,7 +7,7 @@ Method | HTTP request | Description
[**idsGet**](DefaultApi.md#idsGet) | **GET** /{ids} | [**idsGet**](DefaultApi.md#idsGet) | **GET** /{ids} |
<a name="idsGet"></a> <a id="idsGet"></a>
# **idsGet** # **idsGet**
> idsGet(ids) > idsGet(ids)

View File

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets. * Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *http://localhost* All URIs are relative to *http://localhost*
@ -47,12 +47,13 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**idsGet**](docs/DefaultApi.md#idsget) | **GET** /{ids} | *DefaultApi* | [**idsGet**](docs/DefaultApi.md#idsget) | **GET** /{ids} |
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
<a name="documentation-for-authorization"></a> <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
All endpoints do not require authorization. Endpoints do not require authorization.

View File

@ -7,7 +7,7 @@ Method | HTTP request | Description
[**idsGet**](DefaultApi.md#idsGet) | **GET** /{ids} | [**idsGet**](DefaultApi.md#idsGet) | **GET** /{ids} |
<a name="idsGet"></a> <a id="idsGet"></a>
# **idsGet** # **idsGet**
> idsGet(ids) > idsGet(ids)

View File

@ -168,7 +168,7 @@ Then, run:
This runs all tests and packages the library. This runs all tests and packages the library.
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *http://localhost* All URIs are relative to *http://localhost*
@ -178,12 +178,13 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**idsGet**](docs/DefaultApi.md#idsget) | **GET** /{ids} | *DefaultApi* | [**idsGet**](docs/DefaultApi.md#idsget) | **GET** /{ids} |
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
<a name="documentation-for-authorization"></a> <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
All endpoints do not require authorization. Endpoints do not require authorization.

View File

@ -28,7 +28,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *http://localhost* All URIs are relative to *http://localhost*
@ -38,12 +38,13 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**idsGet**](docs/DefaultApi.md#idsget) | **GET** /{ids} | *DefaultApi* | [**idsGet**](docs/DefaultApi.md#idsget) | **GET** /{ids} |
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
<a name="documentation-for-authorization"></a> <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
All endpoints do not require authorization. Endpoints do not require authorization.

View File

@ -7,7 +7,7 @@ Method | HTTP request | Description
[**idsGet**](DefaultApi.md#idsGet) | **GET** /{ids} | [**idsGet**](DefaultApi.md#idsGet) | **GET** /{ids} |
<a name="idsGet"></a> <a id="idsGet"></a>
# **idsGet** # **idsGet**
> idsGet(ids) > idsGet(ids)

View File

@ -28,7 +28,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *http://localhost* All URIs are relative to *http://localhost*
@ -38,13 +38,14 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**testPost**](docs/DefaultApi.md#testpost) | **POST** /test | *DefaultApi* | [**testPost**](docs/DefaultApi.md#testpost) | **POST** /test |
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
- [org.openapitools.client.models.Apa](docs/Apa.md) - [org.openapitools.client.models.Apa](docs/Apa.md)
<a name="documentation-for-authorization"></a> <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
All endpoints do not require authorization. Endpoints do not require authorization.

View File

@ -7,7 +7,7 @@ Method | HTTP request | Description
[**testPost**](DefaultApi.md#testPost) | **POST** /test | [**testPost**](DefaultApi.md#testPost) | **POST** /test |
<a name="testPost"></a> <a id="testPost"></a>
# **testPost** # **testPost**
> testPost(apa) > testPost(apa)

View File

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets. * Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *http://localhost* All URIs are relative to *http://localhost*
@ -47,13 +47,14 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**testPost**](docs/DefaultApi.md#testpost) | **POST** /test | *DefaultApi* | [**testPost**](docs/DefaultApi.md#testpost) | **POST** /test |
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
- [org.openapitools.client.models.Apa](docs/Apa.md) - [org.openapitools.client.models.Apa](docs/Apa.md)
<a name="documentation-for-authorization"></a> <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
All endpoints do not require authorization. Endpoints do not require authorization.

View File

@ -7,7 +7,7 @@ Method | HTTP request | Description
[**testPost**](DefaultApi.md#testPost) | **POST** /test | [**testPost**](DefaultApi.md#testPost) | **POST** /test |
<a name="testPost"></a> <a id="testPost"></a>
# **testPost** # **testPost**
> testPost(apa) > testPost(apa)

View File

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets. * Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *http://localhost* All URIs are relative to *http://localhost*
@ -47,13 +47,14 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**test**](docs/DefaultApi.md#test) | **POST** /test | Tests default values *DefaultApi* | [**test**](docs/DefaultApi.md#test) | **POST** /test | Tests default values
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
- [org.openapitools.client.models.Apa](docs/Apa.md) - [org.openapitools.client.models.Apa](docs/Apa.md)
<a name="documentation-for-authorization"></a> <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
All endpoints do not require authorization. Endpoints do not require authorization.

View File

@ -7,7 +7,7 @@ Method | HTTP request | Description
[**test**](DefaultApi.md#test) | **POST** /test | Tests default values [**test**](DefaultApi.md#test) | **POST** /test | Tests default values
<a name="test"></a> <a id="test"></a>
# **test** # **test**
> test(pi0, pi1, pn0, pn1, qi0, qi1, qi2, qi3, qn0, qn1, qn2, qn3, hi0, hi1, hi2, hi3, hn0, hn1, hn2, hn3, fi0, fi1, fi2, fi3, fn0, fn1, fn2, fn3, fn4) > test(pi0, pi1, pn0, pn1, qi0, qi1, qi2, qi3, qn0, qn1, qn2, qn3, hi0, hi1, hi2, hi3, hn0, hn1, hn2, hn3, fi0, fi1, fi2, fi3, fn0, fn1, fn2, fn3, fn4)

View File

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets. * Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *http://localhost* All URIs are relative to *http://localhost*
@ -47,13 +47,14 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**test**](docs/DefaultApi.md#test) | **POST** /test | Tests default values *DefaultApi* | [**test**](docs/DefaultApi.md#test) | **POST** /test | Tests default values
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
- [org.openapitools.client.models.Apa](docs/Apa.md) - [org.openapitools.client.models.Apa](docs/Apa.md)
<a name="documentation-for-authorization"></a> <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
All endpoints do not require authorization. Endpoints do not require authorization.

View File

@ -7,7 +7,7 @@ Method | HTTP request | Description
[**test**](DefaultApi.md#test) | **POST** /test | Tests default values [**test**](DefaultApi.md#test) | **POST** /test | Tests default values
<a name="test"></a> <a id="test"></a>
# **test** # **test**
> test(pi0, pi1, pn0, pn1, qi0, qi1, qi2, qi3, qn0, qn1, qn2, qn3, hi0, hi1, hi2, hi3, hn0, hn1, hn2, hn3, fi0, fi1, fi2, fi3, fn0, fn1, fn2, fn3, fn4) > test(pi0, pi1, pn0, pn1, qi0, qi1, qi2, qi3, qn0, qn1, qn2, qn3, hi0, hi1, hi2, hi3, hn0, hn1, hn2, hn3, fi0, fi1, fi2, fi3, fn0, fn1, fn2, fn3, fn4)

View File

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets. * Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *http://localhost* All URIs are relative to *http://localhost*
@ -47,13 +47,14 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**test**](docs/DefaultApi.md#test) | **POST** test | Tests default values *DefaultApi* | [**test**](docs/DefaultApi.md#test) | **POST** test | Tests default values
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
- [org.openapitools.client.models.Apa](docs/Apa.md) - [org.openapitools.client.models.Apa](docs/Apa.md)
<a name="documentation-for-authorization"></a> <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
All endpoints do not require authorization. Endpoints do not require authorization.

View File

@ -168,7 +168,7 @@ Then, run:
This runs all tests and packages the library. This runs all tests and packages the library.
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *http://localhost* All URIs are relative to *http://localhost*
@ -178,13 +178,14 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**test**](docs/DefaultApi.md#test) | **POST** /test | Tests default values *DefaultApi* | [**test**](docs/DefaultApi.md#test) | **POST** /test | Tests default values
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
- [org.openapitools.client.models.Apa](docs/Apa.md) - [org.openapitools.client.models.Apa](docs/Apa.md)
<a name="documentation-for-authorization"></a> <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
All endpoints do not require authorization. Endpoints do not require authorization.

View File

@ -28,7 +28,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *http://localhost* All URIs are relative to *http://localhost*
@ -38,13 +38,14 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**test**](docs/DefaultApi.md#test) | **POST** /test | Tests default values *DefaultApi* | [**test**](docs/DefaultApi.md#test) | **POST** /test | Tests default values
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
- [org.openapitools.client.models.Apa](docs/Apa.md) - [org.openapitools.client.models.Apa](docs/Apa.md)
<a name="documentation-for-authorization"></a> <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
All endpoints do not require authorization. Endpoints do not require authorization.

View File

@ -7,7 +7,7 @@ Method | HTTP request | Description
[**test**](DefaultApi.md#test) | **POST** /test | Tests default values [**test**](DefaultApi.md#test) | **POST** /test | Tests default values
<a name="test"></a> <a id="test"></a>
# **test** # **test**
> test(pi0, pi1, pn0, pn1, qi0, qi1, qi2, qi3, qn0, qn1, qn2, qn3, hi0, hi1, hi2, hi3, hn0, hn1, hn2, hn3, fi0, fi1, fi2, fi3, fn0, fn1, fn2, fn3, fn4) > test(pi0, pi1, pn0, pn1, qi0, qi1, qi2, qi3, qn0, qn1, qn2, qn3, hi0, hi1, hi2, hi3, hn0, hn1, hn2, hn3, fi0, fi1, fi2, fi3, fn0, fn1, fn2, fn3, fn4)

View File

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets. * Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *http://localhost* All URIs are relative to *http://localhost*
@ -47,13 +47,14 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**operation**](docs/DefaultApi.md#operation) | **GET** / | *DefaultApi* | [**operation**](docs/DefaultApi.md#operation) | **GET** / |
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
- [org.openapitools.client.models.ModelWithEnumPropertyHavingDefault](docs/ModelWithEnumPropertyHavingDefault.md) - [org.openapitools.client.models.ModelWithEnumPropertyHavingDefault](docs/ModelWithEnumPropertyHavingDefault.md)
<a name="documentation-for-authorization"></a> <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
All endpoints do not require authorization. Endpoints do not require authorization.

View File

@ -7,7 +7,7 @@ Method | HTTP request | Description
[**operation**](DefaultApi.md#operation) | **GET** / | [**operation**](DefaultApi.md#operation) | **GET** / |
<a name="operation"></a> <a id="operation"></a>
# **operation** # **operation**
> ModelWithEnumPropertyHavingDefault operation() > ModelWithEnumPropertyHavingDefault operation()

View File

@ -7,7 +7,7 @@ Name | Type | Description | Notes
**propertyName** | [**inline**](#PropertyName) | | **propertyName** | [**inline**](#PropertyName) | |
<a name="PropertyName"></a> <a id="PropertyName"></a>
## Enum: propertyName ## Enum: propertyName
Name | Value Name | Value
---- | ----- ---- | -----

View File

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets. * Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *http://petstore.swagger.io/v2* All URIs are relative to *http://petstore.swagger.io/v2*
@ -66,7 +66,7 @@ Class | Method | HTTP request | Description
*UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user *UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
- [org.openapitools.client.models.Category](docs/Category.md) - [org.openapitools.client.models.Category](docs/Category.md)
@ -77,10 +77,12 @@ Class | Method | HTTP request | Description
- [org.openapitools.client.models.User](docs/User.md) - [org.openapitools.client.models.User](docs/User.md)
<a name="documentation-for-authorization"></a> <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
<a name="petstore_auth"></a>
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth ### petstore_auth
- **Type**: OAuth - **Type**: OAuth
@ -90,7 +92,7 @@ Class | Method | HTTP request | Description
- write:pets: modify pets in your account - write:pets: modify pets in your account
- read:pets: read your pets - read:pets: read your pets
<a name="api_key"></a> <a id="api_key"></a>
### api_key ### api_key
- **Type**: API key - **Type**: API key

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**complete** | **kotlin.Boolean** | | [optional] **complete** | **kotlin.Boolean** | | [optional]
<a name="Status"></a> <a id="Status"></a>
## Enum: status ## Enum: status
Name | Value Name | Value
---- | ----- ---- | -----

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**status** | [**inline**](#Status) | pet status in the store | [optional] **status** | [**inline**](#Status) | pet status in the store | [optional]
<a name="Status"></a> <a id="Status"></a>
## Enum: status ## Enum: status
Name | Value Name | Value
---- | ----- ---- | -----

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image
<a name="addPet"></a> <a id="addPet"></a>
# **addPet** # **addPet**
> addPet(body) > addPet(body)
@ -60,7 +60,7 @@ Configure petstore_auth:
- **Content-Type**: application/json - **Content-Type**: application/json
- **Accept**: Not defined - **Accept**: Not defined
<a name="deletePet"></a> <a id="deletePet"></a>
# **deletePet** # **deletePet**
> deletePet(petId, apiKey) > deletePet(petId, apiKey)
@ -108,7 +108,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="findPetsByStatus"></a> <a id="findPetsByStatus"></a>
# **findPetsByStatus** # **findPetsByStatus**
> kotlin.collections.List&lt;Pet&gt; findPetsByStatus(status) > kotlin.collections.List&lt;Pet&gt; findPetsByStatus(status)
@ -157,7 +157,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="findPetsByTags"></a> <a id="findPetsByTags"></a>
# **findPetsByTags** # **findPetsByTags**
> kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags) > kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags)
@ -206,7 +206,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="getPetById"></a> <a id="getPetById"></a>
# **getPetById** # **getPetById**
> Pet getPetById(petId) > Pet getPetById(petId)
@ -256,7 +256,7 @@ Configure api_key:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="updatePet"></a> <a id="updatePet"></a>
# **updatePet** # **updatePet**
> updatePet(body) > updatePet(body)
@ -302,7 +302,7 @@ Configure petstore_auth:
- **Content-Type**: application/json - **Content-Type**: application/json
- **Accept**: Not defined - **Accept**: Not defined
<a name="updatePetWithForm"></a> <a id="updatePetWithForm"></a>
# **updatePetWithForm** # **updatePetWithForm**
> updatePetWithForm(petId, name, status) > updatePetWithForm(petId, name, status)
@ -352,7 +352,7 @@ Configure petstore_auth:
- **Content-Type**: application/x-www-form-urlencoded - **Content-Type**: application/x-www-form-urlencoded
- **Accept**: Not defined - **Accept**: Not defined
<a name="uploadFile"></a> <a id="uploadFile"></a>
# **uploadFile** # **uploadFile**
> ModelApiResponse uploadFile(petId, additionalMetadata, file) > ModelApiResponse uploadFile(petId, additionalMetadata, file)

View File

@ -10,7 +10,7 @@ Method | HTTP request | Description
[**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet
<a name="deleteOrder"></a> <a id="deleteOrder"></a>
# **deleteOrder** # **deleteOrder**
> deleteOrder(orderId) > deleteOrder(orderId)
@ -56,7 +56,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="getInventory"></a> <a id="getInventory"></a>
# **getInventory** # **getInventory**
> kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory() > kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory()
@ -102,7 +102,7 @@ Configure api_key:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="getOrderById"></a> <a id="getOrderById"></a>
# **getOrderById** # **getOrderById**
> Order getOrderById(orderId) > Order getOrderById(orderId)
@ -149,7 +149,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="placeOrder"></a> <a id="placeOrder"></a>
# **placeOrder** # **placeOrder**
> Order placeOrder(body) > Order placeOrder(body)

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user
<a name="createUser"></a> <a id="createUser"></a>
# **createUser** # **createUser**
> createUser(body) > createUser(body)
@ -60,7 +60,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="createUsersWithArrayInput"></a> <a id="createUsersWithArrayInput"></a>
# **createUsersWithArrayInput** # **createUsersWithArrayInput**
> createUsersWithArrayInput(body) > createUsersWithArrayInput(body)
@ -104,7 +104,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="createUsersWithListInput"></a> <a id="createUsersWithListInput"></a>
# **createUsersWithListInput** # **createUsersWithListInput**
> createUsersWithListInput(body) > createUsersWithListInput(body)
@ -148,7 +148,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="deleteUser"></a> <a id="deleteUser"></a>
# **deleteUser** # **deleteUser**
> deleteUser(username) > deleteUser(username)
@ -194,7 +194,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="getUserByName"></a> <a id="getUserByName"></a>
# **getUserByName** # **getUserByName**
> User getUserByName(username) > User getUserByName(username)
@ -239,7 +239,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="loginUser"></a> <a id="loginUser"></a>
# **loginUser** # **loginUser**
> kotlin.String loginUser(username, password) > kotlin.String loginUser(username, password)
@ -286,7 +286,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="logoutUser"></a> <a id="logoutUser"></a>
# **logoutUser** # **logoutUser**
> logoutUser() > logoutUser()
@ -326,7 +326,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="updateUser"></a> <a id="updateUser"></a>
# **updateUser** # **updateUser**
> updateUser(username, body) > updateUser(username, body)

View File

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets. * Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *http://petstore.swagger.io/v2* All URIs are relative to *http://petstore.swagger.io/v2*
@ -66,7 +66,7 @@ Class | Method | HTTP request | Description
*UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user *UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
- [org.openapitools.client.models.Category](docs/Category.md) - [org.openapitools.client.models.Category](docs/Category.md)
@ -77,10 +77,12 @@ Class | Method | HTTP request | Description
- [org.openapitools.client.models.User](docs/User.md) - [org.openapitools.client.models.User](docs/User.md)
<a name="documentation-for-authorization"></a> <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
<a name="petstore_auth"></a>
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth ### petstore_auth
- **Type**: OAuth - **Type**: OAuth
@ -90,7 +92,7 @@ Class | Method | HTTP request | Description
- write:pets: modify pets in your account - write:pets: modify pets in your account
- read:pets: read your pets - read:pets: read your pets
<a name="api_key"></a> <a id="api_key"></a>
### api_key ### api_key
- **Type**: API key - **Type**: API key

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**complete** | **kotlin.Boolean** | | [optional] **complete** | **kotlin.Boolean** | | [optional]
<a name="Status"></a> <a id="Status"></a>
## Enum: status ## Enum: status
Name | Value Name | Value
---- | ----- ---- | -----

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**status** | [**inline**](#Status) | pet status in the store | [optional] **status** | [**inline**](#Status) | pet status in the store | [optional]
<a name="Status"></a> <a id="Status"></a>
## Enum: status ## Enum: status
Name | Value Name | Value
---- | ----- ---- | -----

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image
<a name="addPet"></a> <a id="addPet"></a>
# **addPet** # **addPet**
> addPet(body) > addPet(body)
@ -60,7 +60,7 @@ Configure petstore_auth:
- **Content-Type**: application/json - **Content-Type**: application/json
- **Accept**: Not defined - **Accept**: Not defined
<a name="deletePet"></a> <a id="deletePet"></a>
# **deletePet** # **deletePet**
> deletePet(petId, apiKey) > deletePet(petId, apiKey)
@ -108,7 +108,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="findPetsByStatus"></a> <a id="findPetsByStatus"></a>
# **findPetsByStatus** # **findPetsByStatus**
> kotlin.collections.List&lt;Pet&gt; findPetsByStatus(status) > kotlin.collections.List&lt;Pet&gt; findPetsByStatus(status)
@ -157,7 +157,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="findPetsByTags"></a> <a id="findPetsByTags"></a>
# **findPetsByTags** # **findPetsByTags**
> kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags) > kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags)
@ -206,7 +206,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="getPetById"></a> <a id="getPetById"></a>
# **getPetById** # **getPetById**
> Pet getPetById(petId) > Pet getPetById(petId)
@ -256,7 +256,7 @@ Configure api_key:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="updatePet"></a> <a id="updatePet"></a>
# **updatePet** # **updatePet**
> updatePet(body) > updatePet(body)
@ -302,7 +302,7 @@ Configure petstore_auth:
- **Content-Type**: application/json - **Content-Type**: application/json
- **Accept**: Not defined - **Accept**: Not defined
<a name="updatePetWithForm"></a> <a id="updatePetWithForm"></a>
# **updatePetWithForm** # **updatePetWithForm**
> updatePetWithForm(petId, name, status) > updatePetWithForm(petId, name, status)
@ -352,7 +352,7 @@ Configure petstore_auth:
- **Content-Type**: application/x-www-form-urlencoded - **Content-Type**: application/x-www-form-urlencoded
- **Accept**: Not defined - **Accept**: Not defined
<a name="uploadFile"></a> <a id="uploadFile"></a>
# **uploadFile** # **uploadFile**
> ModelApiResponse uploadFile(petId, additionalMetadata, file) > ModelApiResponse uploadFile(petId, additionalMetadata, file)

View File

@ -10,7 +10,7 @@ Method | HTTP request | Description
[**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet
<a name="deleteOrder"></a> <a id="deleteOrder"></a>
# **deleteOrder** # **deleteOrder**
> deleteOrder(orderId) > deleteOrder(orderId)
@ -56,7 +56,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="getInventory"></a> <a id="getInventory"></a>
# **getInventory** # **getInventory**
> kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory() > kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory()
@ -102,7 +102,7 @@ Configure api_key:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="getOrderById"></a> <a id="getOrderById"></a>
# **getOrderById** # **getOrderById**
> Order getOrderById(orderId) > Order getOrderById(orderId)
@ -149,7 +149,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="placeOrder"></a> <a id="placeOrder"></a>
# **placeOrder** # **placeOrder**
> Order placeOrder(body) > Order placeOrder(body)

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user
<a name="createUser"></a> <a id="createUser"></a>
# **createUser** # **createUser**
> createUser(body) > createUser(body)
@ -60,7 +60,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="createUsersWithArrayInput"></a> <a id="createUsersWithArrayInput"></a>
# **createUsersWithArrayInput** # **createUsersWithArrayInput**
> createUsersWithArrayInput(body) > createUsersWithArrayInput(body)
@ -104,7 +104,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="createUsersWithListInput"></a> <a id="createUsersWithListInput"></a>
# **createUsersWithListInput** # **createUsersWithListInput**
> createUsersWithListInput(body) > createUsersWithListInput(body)
@ -148,7 +148,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="deleteUser"></a> <a id="deleteUser"></a>
# **deleteUser** # **deleteUser**
> deleteUser(username) > deleteUser(username)
@ -194,7 +194,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="getUserByName"></a> <a id="getUserByName"></a>
# **getUserByName** # **getUserByName**
> User getUserByName(username) > User getUserByName(username)
@ -239,7 +239,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="loginUser"></a> <a id="loginUser"></a>
# **loginUser** # **loginUser**
> kotlin.String loginUser(username, password) > kotlin.String loginUser(username, password)
@ -286,7 +286,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="logoutUser"></a> <a id="logoutUser"></a>
# **logoutUser** # **logoutUser**
> logoutUser() > logoutUser()
@ -326,7 +326,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="updateUser"></a> <a id="updateUser"></a>
# **updateUser** # **updateUser**
> updateUser(username, body) > updateUser(username, body)

View File

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets. * Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *http://petstore.swagger.io/v2* All URIs are relative to *http://petstore.swagger.io/v2*
@ -66,7 +66,7 @@ Class | Method | HTTP request | Description
*UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user *UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
- [org.openapitools.client.models.Category](docs/Category.md) - [org.openapitools.client.models.Category](docs/Category.md)
@ -77,10 +77,12 @@ Class | Method | HTTP request | Description
- [org.openapitools.client.models.User](docs/User.md) - [org.openapitools.client.models.User](docs/User.md)
<a name="documentation-for-authorization"></a> <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
<a name="petstore_auth"></a>
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth ### petstore_auth
- **Type**: OAuth - **Type**: OAuth
@ -90,7 +92,7 @@ Class | Method | HTTP request | Description
- write:pets: modify pets in your account - write:pets: modify pets in your account
- read:pets: read your pets - read:pets: read your pets
<a name="api_key"></a> <a id="api_key"></a>
### api_key ### api_key
- **Type**: API key - **Type**: API key

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**complete** | **kotlin.Boolean** | | [optional] **complete** | **kotlin.Boolean** | | [optional]
<a name="Status"></a> <a id="Status"></a>
## Enum: status ## Enum: status
Name | Value Name | Value
---- | ----- ---- | -----

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**status** | [**inline**](#Status) | pet status in the store | [optional] **status** | [**inline**](#Status) | pet status in the store | [optional]
<a name="Status"></a> <a id="Status"></a>
## Enum: status ## Enum: status
Name | Value Name | Value
---- | ----- ---- | -----

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image
<a name="addPet"></a> <a id="addPet"></a>
# **addPet** # **addPet**
> addPet(body) > addPet(body)
@ -60,7 +60,7 @@ Configure petstore_auth:
- **Content-Type**: application/json - **Content-Type**: application/json
- **Accept**: Not defined - **Accept**: Not defined
<a name="deletePet"></a> <a id="deletePet"></a>
# **deletePet** # **deletePet**
> deletePet(petId, apiKey) > deletePet(petId, apiKey)
@ -108,7 +108,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="findPetsByTags"></a> <a id="findPetsByTags"></a>
# **findPetsByTags** # **findPetsByTags**
> kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags) > kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags)
@ -157,7 +157,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="getAllPets"></a> <a id="getAllPets"></a>
# **getAllPets** # **getAllPets**
> kotlin.collections.List&lt;Pet&gt; getAllPets(lastUpdated) > kotlin.collections.List&lt;Pet&gt; getAllPets(lastUpdated)
@ -204,7 +204,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="getPetById"></a> <a id="getPetById"></a>
# **getPetById** # **getPetById**
> Pet getPetById(petId) > Pet getPetById(petId)
@ -254,7 +254,7 @@ Configure api_key:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="updatePet"></a> <a id="updatePet"></a>
# **updatePet** # **updatePet**
> updatePet(body) > updatePet(body)
@ -300,7 +300,7 @@ Configure petstore_auth:
- **Content-Type**: application/json - **Content-Type**: application/json
- **Accept**: Not defined - **Accept**: Not defined
<a name="updatePetWithForm"></a> <a id="updatePetWithForm"></a>
# **updatePetWithForm** # **updatePetWithForm**
> updatePetWithForm(petId, name, status) > updatePetWithForm(petId, name, status)
@ -350,7 +350,7 @@ Configure petstore_auth:
- **Content-Type**: application/x-www-form-urlencoded - **Content-Type**: application/x-www-form-urlencoded
- **Accept**: Not defined - **Accept**: Not defined
<a name="uploadFile"></a> <a id="uploadFile"></a>
# **uploadFile** # **uploadFile**
> ModelApiResponse uploadFile(petId, additionalMetadata, file) > ModelApiResponse uploadFile(petId, additionalMetadata, file)

View File

@ -10,7 +10,7 @@ Method | HTTP request | Description
[**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet
<a name="deleteOrder"></a> <a id="deleteOrder"></a>
# **deleteOrder** # **deleteOrder**
> deleteOrder(orderId) > deleteOrder(orderId)
@ -56,7 +56,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="getInventory"></a> <a id="getInventory"></a>
# **getInventory** # **getInventory**
> kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory() > kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory()
@ -102,7 +102,7 @@ Configure api_key:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="getOrderById"></a> <a id="getOrderById"></a>
# **getOrderById** # **getOrderById**
> Order getOrderById(orderId) > Order getOrderById(orderId)
@ -149,7 +149,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="placeOrder"></a> <a id="placeOrder"></a>
# **placeOrder** # **placeOrder**
> Order placeOrder(body) > Order placeOrder(body)

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user
<a name="createUser"></a> <a id="createUser"></a>
# **createUser** # **createUser**
> createUser(body) > createUser(body)
@ -60,7 +60,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="createUsersWithArrayInput"></a> <a id="createUsersWithArrayInput"></a>
# **createUsersWithArrayInput** # **createUsersWithArrayInput**
> createUsersWithArrayInput(body) > createUsersWithArrayInput(body)
@ -104,7 +104,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="createUsersWithListInput"></a> <a id="createUsersWithListInput"></a>
# **createUsersWithListInput** # **createUsersWithListInput**
> createUsersWithListInput(body) > createUsersWithListInput(body)
@ -148,7 +148,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="deleteUser"></a> <a id="deleteUser"></a>
# **deleteUser** # **deleteUser**
> deleteUser(username) > deleteUser(username)
@ -194,7 +194,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="getUserByName"></a> <a id="getUserByName"></a>
# **getUserByName** # **getUserByName**
> User getUserByName(username) > User getUserByName(username)
@ -239,7 +239,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="loginUser"></a> <a id="loginUser"></a>
# **loginUser** # **loginUser**
> kotlin.String loginUser(username, password) > kotlin.String loginUser(username, password)
@ -286,7 +286,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="logoutUser"></a> <a id="logoutUser"></a>
# **logoutUser** # **logoutUser**
> logoutUser() > logoutUser()
@ -326,7 +326,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="updateUser"></a> <a id="updateUser"></a>
# **updateUser** # **updateUser**
> updateUser(username, body) > updateUser(username, body)

View File

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets. * Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *http://petstore.swagger.io/v2* All URIs are relative to *http://petstore.swagger.io/v2*
@ -66,7 +66,7 @@ Class | Method | HTTP request | Description
*UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user *UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
- [org.openapitools.client.models.Category](docs/Category.md) - [org.openapitools.client.models.Category](docs/Category.md)
@ -77,10 +77,12 @@ Class | Method | HTTP request | Description
- [org.openapitools.client.models.User](docs/User.md) - [org.openapitools.client.models.User](docs/User.md)
<a name="documentation-for-authorization"></a> <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
<a name="petstore_auth"></a>
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth ### petstore_auth
- **Type**: OAuth - **Type**: OAuth
@ -90,7 +92,7 @@ Class | Method | HTTP request | Description
- write:pets: modify pets in your account - write:pets: modify pets in your account
- read:pets: read your pets - read:pets: read your pets
<a name="api_key"></a> <a id="api_key"></a>
### api_key ### api_key
- **Type**: API key - **Type**: API key

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**complete** | **kotlin.Boolean** | | [optional] **complete** | **kotlin.Boolean** | | [optional]
<a name="Status"></a> <a id="Status"></a>
## Enum: status ## Enum: status
Name | Value Name | Value
---- | ----- ---- | -----

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**status** | [**inline**](#Status) | pet status in the store | [optional] **status** | [**inline**](#Status) | pet status in the store | [optional]
<a name="Status"></a> <a id="Status"></a>
## Enum: status ## Enum: status
Name | Value Name | Value
---- | ----- ---- | -----

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image
<a name="addPet"></a> <a id="addPet"></a>
# **addPet** # **addPet**
> addPet(body) > addPet(body)
@ -60,7 +60,7 @@ Configure petstore_auth:
- **Content-Type**: application/json, application/xml - **Content-Type**: application/json, application/xml
- **Accept**: Not defined - **Accept**: Not defined
<a name="deletePet"></a> <a id="deletePet"></a>
# **deletePet** # **deletePet**
> deletePet(petId, apiKey) > deletePet(petId, apiKey)
@ -108,7 +108,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="findPetsByStatus"></a> <a id="findPetsByStatus"></a>
# **findPetsByStatus** # **findPetsByStatus**
> kotlin.collections.List&lt;Pet&gt; findPetsByStatus(status) > kotlin.collections.List&lt;Pet&gt; findPetsByStatus(status)
@ -157,7 +157,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="findPetsByTags"></a> <a id="findPetsByTags"></a>
# **findPetsByTags** # **findPetsByTags**
> kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags) > kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags)
@ -206,7 +206,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="getPetById"></a> <a id="getPetById"></a>
# **getPetById** # **getPetById**
> Pet getPetById(petId) > Pet getPetById(petId)
@ -256,7 +256,7 @@ Configure api_key:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="updatePet"></a> <a id="updatePet"></a>
# **updatePet** # **updatePet**
> updatePet(body) > updatePet(body)
@ -302,7 +302,7 @@ Configure petstore_auth:
- **Content-Type**: application/json, application/xml - **Content-Type**: application/json, application/xml
- **Accept**: Not defined - **Accept**: Not defined
<a name="updatePetWithForm"></a> <a id="updatePetWithForm"></a>
# **updatePetWithForm** # **updatePetWithForm**
> updatePetWithForm(petId, name, status) > updatePetWithForm(petId, name, status)
@ -352,7 +352,7 @@ Configure petstore_auth:
- **Content-Type**: application/x-www-form-urlencoded - **Content-Type**: application/x-www-form-urlencoded
- **Accept**: Not defined - **Accept**: Not defined
<a name="uploadFile"></a> <a id="uploadFile"></a>
# **uploadFile** # **uploadFile**
> ModelApiResponse uploadFile(petId, additionalMetadata, file) > ModelApiResponse uploadFile(petId, additionalMetadata, file)

View File

@ -10,7 +10,7 @@ Method | HTTP request | Description
[**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet
<a name="deleteOrder"></a> <a id="deleteOrder"></a>
# **deleteOrder** # **deleteOrder**
> deleteOrder(orderId) > deleteOrder(orderId)
@ -56,7 +56,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="getInventory"></a> <a id="getInventory"></a>
# **getInventory** # **getInventory**
> kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory() > kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory()
@ -102,7 +102,7 @@ Configure api_key:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="getOrderById"></a> <a id="getOrderById"></a>
# **getOrderById** # **getOrderById**
> Order getOrderById(orderId) > Order getOrderById(orderId)
@ -149,7 +149,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="placeOrder"></a> <a id="placeOrder"></a>
# **placeOrder** # **placeOrder**
> Order placeOrder(body) > Order placeOrder(body)

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user
<a name="createUser"></a> <a id="createUser"></a>
# **createUser** # **createUser**
> createUser(body) > createUser(body)
@ -60,7 +60,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="createUsersWithArrayInput"></a> <a id="createUsersWithArrayInput"></a>
# **createUsersWithArrayInput** # **createUsersWithArrayInput**
> createUsersWithArrayInput(body) > createUsersWithArrayInput(body)
@ -104,7 +104,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="createUsersWithListInput"></a> <a id="createUsersWithListInput"></a>
# **createUsersWithListInput** # **createUsersWithListInput**
> createUsersWithListInput(body) > createUsersWithListInput(body)
@ -148,7 +148,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="deleteUser"></a> <a id="deleteUser"></a>
# **deleteUser** # **deleteUser**
> deleteUser(username) > deleteUser(username)
@ -194,7 +194,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="getUserByName"></a> <a id="getUserByName"></a>
# **getUserByName** # **getUserByName**
> User getUserByName(username) > User getUserByName(username)
@ -239,7 +239,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="loginUser"></a> <a id="loginUser"></a>
# **loginUser** # **loginUser**
> kotlin.String loginUser(username, password) > kotlin.String loginUser(username, password)
@ -286,7 +286,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="logoutUser"></a> <a id="logoutUser"></a>
# **logoutUser** # **logoutUser**
> logoutUser() > logoutUser()
@ -326,7 +326,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="updateUser"></a> <a id="updateUser"></a>
# **updateUser** # **updateUser**
> updateUser(username, body) > updateUser(username, body)

View File

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets. * Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *http://petstore.swagger.io/v2* All URIs are relative to *http://petstore.swagger.io/v2*
@ -66,7 +66,7 @@ Class | Method | HTTP request | Description
*UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user *UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
- [org.openapitools.client.models.Category](docs/Category.md) - [org.openapitools.client.models.Category](docs/Category.md)
@ -77,10 +77,12 @@ Class | Method | HTTP request | Description
- [org.openapitools.client.models.User](docs/User.md) - [org.openapitools.client.models.User](docs/User.md)
<a name="documentation-for-authorization"></a> <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
<a name="petstore_auth"></a>
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth ### petstore_auth
- **Type**: OAuth - **Type**: OAuth
@ -90,7 +92,7 @@ Class | Method | HTTP request | Description
- write:pets: modify pets in your account - write:pets: modify pets in your account
- read:pets: read your pets - read:pets: read your pets
<a name="api_key"></a> <a id="api_key"></a>
### api_key ### api_key
- **Type**: API key - **Type**: API key

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**complete** | **kotlin.Boolean** | | [optional] **complete** | **kotlin.Boolean** | | [optional]
<a name="Status"></a> <a id="Status"></a>
## Enum: status ## Enum: status
Name | Value Name | Value
---- | ----- ---- | -----

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**status** | [**inline**](#Status) | pet status in the store | [optional] **status** | [**inline**](#Status) | pet status in the store | [optional]
<a name="Status"></a> <a id="Status"></a>
## Enum: status ## Enum: status
Name | Value Name | Value
---- | ----- ---- | -----

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image
<a name="addPet"></a> <a id="addPet"></a>
# **addPet** # **addPet**
> addPet(body) > addPet(body)
@ -60,7 +60,7 @@ Configure petstore_auth:
- **Content-Type**: application/json, application/xml - **Content-Type**: application/json, application/xml
- **Accept**: Not defined - **Accept**: Not defined
<a name="deletePet"></a> <a id="deletePet"></a>
# **deletePet** # **deletePet**
> deletePet(petId, apiKey) > deletePet(petId, apiKey)
@ -108,7 +108,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="findPetsByStatus"></a> <a id="findPetsByStatus"></a>
# **findPetsByStatus** # **findPetsByStatus**
> kotlin.collections.List&lt;Pet&gt; findPetsByStatus(status) > kotlin.collections.List&lt;Pet&gt; findPetsByStatus(status)
@ -157,7 +157,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="findPetsByTags"></a> <a id="findPetsByTags"></a>
# **findPetsByTags** # **findPetsByTags**
> kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags) > kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags)
@ -206,7 +206,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="getPetById"></a> <a id="getPetById"></a>
# **getPetById** # **getPetById**
> Pet getPetById(petId) > Pet getPetById(petId)
@ -256,7 +256,7 @@ Configure api_key:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="updatePet"></a> <a id="updatePet"></a>
# **updatePet** # **updatePet**
> updatePet(body) > updatePet(body)
@ -302,7 +302,7 @@ Configure petstore_auth:
- **Content-Type**: application/json, application/xml - **Content-Type**: application/json, application/xml
- **Accept**: Not defined - **Accept**: Not defined
<a name="updatePetWithForm"></a> <a id="updatePetWithForm"></a>
# **updatePetWithForm** # **updatePetWithForm**
> updatePetWithForm(petId, name, status) > updatePetWithForm(petId, name, status)
@ -352,7 +352,7 @@ Configure petstore_auth:
- **Content-Type**: application/x-www-form-urlencoded - **Content-Type**: application/x-www-form-urlencoded
- **Accept**: Not defined - **Accept**: Not defined
<a name="uploadFile"></a> <a id="uploadFile"></a>
# **uploadFile** # **uploadFile**
> ModelApiResponse uploadFile(petId, additionalMetadata, file) > ModelApiResponse uploadFile(petId, additionalMetadata, file)

View File

@ -10,7 +10,7 @@ Method | HTTP request | Description
[**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet
<a name="deleteOrder"></a> <a id="deleteOrder"></a>
# **deleteOrder** # **deleteOrder**
> deleteOrder(orderId) > deleteOrder(orderId)
@ -56,7 +56,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="getInventory"></a> <a id="getInventory"></a>
# **getInventory** # **getInventory**
> kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory() > kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory()
@ -102,7 +102,7 @@ Configure api_key:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="getOrderById"></a> <a id="getOrderById"></a>
# **getOrderById** # **getOrderById**
> Order getOrderById(orderId) > Order getOrderById(orderId)
@ -149,7 +149,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="placeOrder"></a> <a id="placeOrder"></a>
# **placeOrder** # **placeOrder**
> Order placeOrder(body) > Order placeOrder(body)

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user
<a name="createUser"></a> <a id="createUser"></a>
# **createUser** # **createUser**
> createUser(body) > createUser(body)
@ -60,7 +60,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="createUsersWithArrayInput"></a> <a id="createUsersWithArrayInput"></a>
# **createUsersWithArrayInput** # **createUsersWithArrayInput**
> createUsersWithArrayInput(body) > createUsersWithArrayInput(body)
@ -104,7 +104,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="createUsersWithListInput"></a> <a id="createUsersWithListInput"></a>
# **createUsersWithListInput** # **createUsersWithListInput**
> createUsersWithListInput(body) > createUsersWithListInput(body)
@ -148,7 +148,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="deleteUser"></a> <a id="deleteUser"></a>
# **deleteUser** # **deleteUser**
> deleteUser(username) > deleteUser(username)
@ -194,7 +194,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="getUserByName"></a> <a id="getUserByName"></a>
# **getUserByName** # **getUserByName**
> User getUserByName(username) > User getUserByName(username)
@ -239,7 +239,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="loginUser"></a> <a id="loginUser"></a>
# **loginUser** # **loginUser**
> kotlin.String loginUser(username, password) > kotlin.String loginUser(username, password)
@ -286,7 +286,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="logoutUser"></a> <a id="logoutUser"></a>
# **logoutUser** # **logoutUser**
> logoutUser() > logoutUser()
@ -326,7 +326,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="updateUser"></a> <a id="updateUser"></a>
# **updateUser** # **updateUser**
> updateUser(username, body) > updateUser(username, body)

View File

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets. * Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *http://petstore.swagger.io/v2* All URIs are relative to *http://petstore.swagger.io/v2*
@ -66,7 +66,7 @@ Class | Method | HTTP request | Description
*UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user *UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
- [org.openapitools.client.models.Category](docs/Category.md) - [org.openapitools.client.models.Category](docs/Category.md)
@ -77,10 +77,12 @@ Class | Method | HTTP request | Description
- [org.openapitools.client.models.User](docs/User.md) - [org.openapitools.client.models.User](docs/User.md)
<a name="documentation-for-authorization"></a> <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
<a name="petstore_auth"></a>
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth ### petstore_auth
- **Type**: OAuth - **Type**: OAuth
@ -90,7 +92,7 @@ Class | Method | HTTP request | Description
- write:pets: modify pets in your account - write:pets: modify pets in your account
- read:pets: read your pets - read:pets: read your pets
<a name="api_key"></a> <a id="api_key"></a>
### api_key ### api_key
- **Type**: API key - **Type**: API key

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**complete** | **kotlin.Boolean** | | [optional] **complete** | **kotlin.Boolean** | | [optional]
<a name="Status"></a> <a id="Status"></a>
## Enum: status ## Enum: status
Name | Value Name | Value
---- | ----- ---- | -----

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**status** | [**inline**](#Status) | pet status in the store | [optional] **status** | [**inline**](#Status) | pet status in the store | [optional]
<a name="Status"></a> <a id="Status"></a>
## Enum: status ## Enum: status
Name | Value Name | Value
---- | ----- ---- | -----

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image
<a name="addPet"></a> <a id="addPet"></a>
# **addPet** # **addPet**
> addPet(body) > addPet(body)
@ -60,7 +60,7 @@ Configure petstore_auth:
- **Content-Type**: application/json - **Content-Type**: application/json
- **Accept**: Not defined - **Accept**: Not defined
<a name="deletePet"></a> <a id="deletePet"></a>
# **deletePet** # **deletePet**
> deletePet(petId, apiKey) > deletePet(petId, apiKey)
@ -108,7 +108,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="findPetsByStatus"></a> <a id="findPetsByStatus"></a>
# **findPetsByStatus** # **findPetsByStatus**
> kotlin.collections.List&lt;Pet&gt; findPetsByStatus(status) > kotlin.collections.List&lt;Pet&gt; findPetsByStatus(status)
@ -157,7 +157,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="findPetsByTags"></a> <a id="findPetsByTags"></a>
# **findPetsByTags** # **findPetsByTags**
> kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags) > kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags)
@ -206,7 +206,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="getPetById"></a> <a id="getPetById"></a>
# **getPetById** # **getPetById**
> Pet getPetById(petId) > Pet getPetById(petId)
@ -256,7 +256,7 @@ Configure api_key:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="updatePet"></a> <a id="updatePet"></a>
# **updatePet** # **updatePet**
> updatePet(body) > updatePet(body)
@ -302,7 +302,7 @@ Configure petstore_auth:
- **Content-Type**: application/json - **Content-Type**: application/json
- **Accept**: Not defined - **Accept**: Not defined
<a name="updatePetWithForm"></a> <a id="updatePetWithForm"></a>
# **updatePetWithForm** # **updatePetWithForm**
> updatePetWithForm(petId, name, status) > updatePetWithForm(petId, name, status)
@ -352,7 +352,7 @@ Configure petstore_auth:
- **Content-Type**: application/x-www-form-urlencoded - **Content-Type**: application/x-www-form-urlencoded
- **Accept**: Not defined - **Accept**: Not defined
<a name="uploadFile"></a> <a id="uploadFile"></a>
# **uploadFile** # **uploadFile**
> ModelApiResponse uploadFile(petId, additionalMetadata, file) > ModelApiResponse uploadFile(petId, additionalMetadata, file)

View File

@ -10,7 +10,7 @@ Method | HTTP request | Description
[**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet
<a name="deleteOrder"></a> <a id="deleteOrder"></a>
# **deleteOrder** # **deleteOrder**
> deleteOrder(orderId) > deleteOrder(orderId)
@ -56,7 +56,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="getInventory"></a> <a id="getInventory"></a>
# **getInventory** # **getInventory**
> kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory() > kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory()
@ -102,7 +102,7 @@ Configure api_key:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="getOrderById"></a> <a id="getOrderById"></a>
# **getOrderById** # **getOrderById**
> Order getOrderById(orderId) > Order getOrderById(orderId)
@ -149,7 +149,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="placeOrder"></a> <a id="placeOrder"></a>
# **placeOrder** # **placeOrder**
> Order placeOrder(body) > Order placeOrder(body)

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user
<a name="createUser"></a> <a id="createUser"></a>
# **createUser** # **createUser**
> createUser(body) > createUser(body)
@ -60,7 +60,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="createUsersWithArrayInput"></a> <a id="createUsersWithArrayInput"></a>
# **createUsersWithArrayInput** # **createUsersWithArrayInput**
> createUsersWithArrayInput(body) > createUsersWithArrayInput(body)
@ -104,7 +104,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="createUsersWithListInput"></a> <a id="createUsersWithListInput"></a>
# **createUsersWithListInput** # **createUsersWithListInput**
> createUsersWithListInput(body) > createUsersWithListInput(body)
@ -148,7 +148,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="deleteUser"></a> <a id="deleteUser"></a>
# **deleteUser** # **deleteUser**
> deleteUser(username) > deleteUser(username)
@ -194,7 +194,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="getUserByName"></a> <a id="getUserByName"></a>
# **getUserByName** # **getUserByName**
> User getUserByName(username) > User getUserByName(username)
@ -239,7 +239,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="loginUser"></a> <a id="loginUser"></a>
# **loginUser** # **loginUser**
> kotlin.String loginUser(username, password) > kotlin.String loginUser(username, password)
@ -286,7 +286,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="logoutUser"></a> <a id="logoutUser"></a>
# **logoutUser** # **logoutUser**
> logoutUser() > logoutUser()
@ -326,7 +326,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="updateUser"></a> <a id="updateUser"></a>
# **updateUser** # **updateUser**
> updateUser(username, body) > updateUser(username, body)

View File

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets. * Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *http://petstore.swagger.io/v2* All URIs are relative to *http://petstore.swagger.io/v2*
@ -66,7 +66,7 @@ Class | Method | HTTP request | Description
*UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user *UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
- [org.openapitools.client.models.Category](docs/Category.md) - [org.openapitools.client.models.Category](docs/Category.md)
@ -77,10 +77,12 @@ Class | Method | HTTP request | Description
- [org.openapitools.client.models.User](docs/User.md) - [org.openapitools.client.models.User](docs/User.md)
<a name="documentation-for-authorization"></a> <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
<a name="petstore_auth"></a>
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth ### petstore_auth
- **Type**: OAuth - **Type**: OAuth
@ -90,7 +92,7 @@ Class | Method | HTTP request | Description
- write:pets: modify pets in your account - write:pets: modify pets in your account
- read:pets: read your pets - read:pets: read your pets
<a name="api_key"></a> <a id="api_key"></a>
### api_key ### api_key
- **Type**: API key - **Type**: API key

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**complete** | **kotlin.Boolean** | | [optional] **complete** | **kotlin.Boolean** | | [optional]
<a name="Status"></a> <a id="Status"></a>
## Enum: status ## Enum: status
Name | Value Name | Value
---- | ----- ---- | -----

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**status** | [**inline**](#Status) | pet status in the store | [optional] **status** | [**inline**](#Status) | pet status in the store | [optional]
<a name="Status"></a> <a id="Status"></a>
## Enum: status ## Enum: status
Name | Value Name | Value
---- | ----- ---- | -----

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image
<a name="addPet"></a> <a id="addPet"></a>
# **addPet** # **addPet**
> Pet addPet(pet) > Pet addPet(pet)
@ -63,7 +63,7 @@ Configure petstore_auth:
- **Content-Type**: application/json, application/xml - **Content-Type**: application/json, application/xml
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="deletePet"></a> <a id="deletePet"></a>
# **deletePet** # **deletePet**
> deletePet(petId, apiKey) > deletePet(petId, apiKey)
@ -113,7 +113,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="findPetsByStatus"></a> <a id="findPetsByStatus"></a>
# **findPetsByStatus** # **findPetsByStatus**
> kotlin.collections.List&lt;Pet&gt; findPetsByStatus(status) > kotlin.collections.List&lt;Pet&gt; findPetsByStatus(status)
@ -162,7 +162,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="findPetsByTags"></a> <a id="findPetsByTags"></a>
# **findPetsByTags** # **findPetsByTags**
> kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags) > kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags)
@ -211,7 +211,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="getPetById"></a> <a id="getPetById"></a>
# **getPetById** # **getPetById**
> Pet getPetById(petId) > Pet getPetById(petId)
@ -261,7 +261,7 @@ Configure api_key:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="updatePet"></a> <a id="updatePet"></a>
# **updatePet** # **updatePet**
> Pet updatePet(pet) > Pet updatePet(pet)
@ -310,7 +310,7 @@ Configure petstore_auth:
- **Content-Type**: application/json, application/xml - **Content-Type**: application/json, application/xml
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="updatePetWithForm"></a> <a id="updatePetWithForm"></a>
# **updatePetWithForm** # **updatePetWithForm**
> updatePetWithForm(petId, name, status) > updatePetWithForm(petId, name, status)
@ -362,7 +362,7 @@ Configure petstore_auth:
- **Content-Type**: application/x-www-form-urlencoded - **Content-Type**: application/x-www-form-urlencoded
- **Accept**: Not defined - **Accept**: Not defined
<a name="uploadFile"></a> <a id="uploadFile"></a>
# **uploadFile** # **uploadFile**
> ModelApiResponse uploadFile(petId, additionalMetadata, file) > ModelApiResponse uploadFile(petId, additionalMetadata, file)

View File

@ -10,7 +10,7 @@ Method | HTTP request | Description
[**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet
<a name="deleteOrder"></a> <a id="deleteOrder"></a>
# **deleteOrder** # **deleteOrder**
> deleteOrder(orderId) > deleteOrder(orderId)
@ -56,7 +56,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="getInventory"></a> <a id="getInventory"></a>
# **getInventory** # **getInventory**
> kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory() > kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory()
@ -102,7 +102,7 @@ Configure api_key:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="getOrderById"></a> <a id="getOrderById"></a>
# **getOrderById** # **getOrderById**
> Order getOrderById(orderId) > Order getOrderById(orderId)
@ -149,7 +149,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="placeOrder"></a> <a id="placeOrder"></a>
# **placeOrder** # **placeOrder**
> Order placeOrder(order) > Order placeOrder(order)

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user
<a name="createUser"></a> <a id="createUser"></a>
# **createUser** # **createUser**
> createUser(user) > createUser(user)
@ -63,7 +63,7 @@ Configure api_key:
- **Content-Type**: application/json - **Content-Type**: application/json
- **Accept**: Not defined - **Accept**: Not defined
<a name="createUsersWithArrayInput"></a> <a id="createUsersWithArrayInput"></a>
# **createUsersWithArrayInput** # **createUsersWithArrayInput**
> createUsersWithArrayInput(user) > createUsersWithArrayInput(user)
@ -112,7 +112,7 @@ Configure api_key:
- **Content-Type**: application/json - **Content-Type**: application/json
- **Accept**: Not defined - **Accept**: Not defined
<a name="createUsersWithListInput"></a> <a id="createUsersWithListInput"></a>
# **createUsersWithListInput** # **createUsersWithListInput**
> createUsersWithListInput(user) > createUsersWithListInput(user)
@ -161,7 +161,7 @@ Configure api_key:
- **Content-Type**: application/json - **Content-Type**: application/json
- **Accept**: Not defined - **Accept**: Not defined
<a name="deleteUser"></a> <a id="deleteUser"></a>
# **deleteUser** # **deleteUser**
> deleteUser(username) > deleteUser(username)
@ -210,7 +210,7 @@ Configure api_key:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="getUserByName"></a> <a id="getUserByName"></a>
# **getUserByName** # **getUserByName**
> User getUserByName(username) > User getUserByName(username)
@ -257,7 +257,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="loginUser"></a> <a id="loginUser"></a>
# **loginUser** # **loginUser**
> kotlin.String loginUser(username, password) > kotlin.String loginUser(username, password)
@ -306,7 +306,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="logoutUser"></a> <a id="logoutUser"></a>
# **logoutUser** # **logoutUser**
> logoutUser() > logoutUser()
@ -351,7 +351,7 @@ Configure api_key:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="updateUser"></a> <a id="updateUser"></a>
# **updateUser** # **updateUser**
> updateUser(username, user) > updateUser(username, user)

View File

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets. * Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *http://petstore.swagger.io/v2* All URIs are relative to *http://petstore.swagger.io/v2*
@ -66,7 +66,7 @@ Class | Method | HTTP request | Description
*UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user *UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
- [org.openapitools.client.models.Category](docs/Category.md) - [org.openapitools.client.models.Category](docs/Category.md)
@ -77,10 +77,12 @@ Class | Method | HTTP request | Description
- [org.openapitools.client.models.User](docs/User.md) - [org.openapitools.client.models.User](docs/User.md)
<a name="documentation-for-authorization"></a> <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
<a name="petstore_auth"></a>
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth ### petstore_auth
- **Type**: OAuth - **Type**: OAuth
@ -90,7 +92,7 @@ Class | Method | HTTP request | Description
- write:pets: modify pets in your account - write:pets: modify pets in your account
- read:pets: read your pets - read:pets: read your pets
<a name="api_key"></a> <a id="api_key"></a>
### api_key ### api_key
- **Type**: API key - **Type**: API key

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**complete** | **kotlin.Boolean** | | [optional] **complete** | **kotlin.Boolean** | | [optional]
<a name="Status"></a> <a id="Status"></a>
## Enum: status ## Enum: status
Name | Value Name | Value
---- | ----- ---- | -----

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**status** | [**inline**](#Status) | pet status in the store | [optional] **status** | [**inline**](#Status) | pet status in the store | [optional]
<a name="Status"></a> <a id="Status"></a>
## Enum: status ## Enum: status
Name | Value Name | Value
---- | ----- ---- | -----

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image
<a name="addPet"></a> <a id="addPet"></a>
# **addPet** # **addPet**
> Pet addPet(pet) > Pet addPet(pet)
@ -63,7 +63,7 @@ Configure petstore_auth:
- **Content-Type**: application/json, application/xml - **Content-Type**: application/json, application/xml
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="deletePet"></a> <a id="deletePet"></a>
# **deletePet** # **deletePet**
> deletePet(petId, apiKey) > deletePet(petId, apiKey)
@ -113,7 +113,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="findPetsByStatus"></a> <a id="findPetsByStatus"></a>
# **findPetsByStatus** # **findPetsByStatus**
> kotlin.collections.List&lt;Pet&gt; findPetsByStatus(status) > kotlin.collections.List&lt;Pet&gt; findPetsByStatus(status)
@ -162,7 +162,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="findPetsByTags"></a> <a id="findPetsByTags"></a>
# **findPetsByTags** # **findPetsByTags**
> kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags) > kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags)
@ -211,7 +211,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="getPetById"></a> <a id="getPetById"></a>
# **getPetById** # **getPetById**
> Pet getPetById(petId) > Pet getPetById(petId)
@ -261,7 +261,7 @@ Configure api_key:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="updatePet"></a> <a id="updatePet"></a>
# **updatePet** # **updatePet**
> Pet updatePet(pet) > Pet updatePet(pet)
@ -310,7 +310,7 @@ Configure petstore_auth:
- **Content-Type**: application/json, application/xml - **Content-Type**: application/json, application/xml
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="updatePetWithForm"></a> <a id="updatePetWithForm"></a>
# **updatePetWithForm** # **updatePetWithForm**
> updatePetWithForm(petId, name, status) > updatePetWithForm(petId, name, status)
@ -362,7 +362,7 @@ Configure petstore_auth:
- **Content-Type**: application/x-www-form-urlencoded - **Content-Type**: application/x-www-form-urlencoded
- **Accept**: Not defined - **Accept**: Not defined
<a name="uploadFile"></a> <a id="uploadFile"></a>
# **uploadFile** # **uploadFile**
> ModelApiResponse uploadFile(petId, additionalMetadata, file) > ModelApiResponse uploadFile(petId, additionalMetadata, file)

View File

@ -10,7 +10,7 @@ Method | HTTP request | Description
[**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet
<a name="deleteOrder"></a> <a id="deleteOrder"></a>
# **deleteOrder** # **deleteOrder**
> deleteOrder(orderId) > deleteOrder(orderId)
@ -56,7 +56,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="getInventory"></a> <a id="getInventory"></a>
# **getInventory** # **getInventory**
> kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory() > kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory()
@ -102,7 +102,7 @@ Configure api_key:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="getOrderById"></a> <a id="getOrderById"></a>
# **getOrderById** # **getOrderById**
> Order getOrderById(orderId) > Order getOrderById(orderId)
@ -149,7 +149,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="placeOrder"></a> <a id="placeOrder"></a>
# **placeOrder** # **placeOrder**
> Order placeOrder(order) > Order placeOrder(order)

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user
<a name="createUser"></a> <a id="createUser"></a>
# **createUser** # **createUser**
> createUser(user) > createUser(user)
@ -63,7 +63,7 @@ Configure api_key:
- **Content-Type**: application/json - **Content-Type**: application/json
- **Accept**: Not defined - **Accept**: Not defined
<a name="createUsersWithArrayInput"></a> <a id="createUsersWithArrayInput"></a>
# **createUsersWithArrayInput** # **createUsersWithArrayInput**
> createUsersWithArrayInput(user) > createUsersWithArrayInput(user)
@ -112,7 +112,7 @@ Configure api_key:
- **Content-Type**: application/json - **Content-Type**: application/json
- **Accept**: Not defined - **Accept**: Not defined
<a name="createUsersWithListInput"></a> <a id="createUsersWithListInput"></a>
# **createUsersWithListInput** # **createUsersWithListInput**
> createUsersWithListInput(user) > createUsersWithListInput(user)
@ -161,7 +161,7 @@ Configure api_key:
- **Content-Type**: application/json - **Content-Type**: application/json
- **Accept**: Not defined - **Accept**: Not defined
<a name="deleteUser"></a> <a id="deleteUser"></a>
# **deleteUser** # **deleteUser**
> deleteUser(username) > deleteUser(username)
@ -210,7 +210,7 @@ Configure api_key:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="getUserByName"></a> <a id="getUserByName"></a>
# **getUserByName** # **getUserByName**
> User getUserByName(username) > User getUserByName(username)
@ -257,7 +257,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="loginUser"></a> <a id="loginUser"></a>
# **loginUser** # **loginUser**
> kotlin.String loginUser(username, password) > kotlin.String loginUser(username, password)
@ -306,7 +306,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="logoutUser"></a> <a id="logoutUser"></a>
# **logoutUser** # **logoutUser**
> logoutUser() > logoutUser()
@ -351,7 +351,7 @@ Configure api_key:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="updateUser"></a> <a id="updateUser"></a>
# **updateUser** # **updateUser**
> updateUser(username, user) > updateUser(username, user)

View File

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets. * Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *http://petstore.swagger.io/v2* All URIs are relative to *http://petstore.swagger.io/v2*
@ -66,7 +66,7 @@ Class | Method | HTTP request | Description
*UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user *UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
- [org.openapitools.client.models.Category](docs/Category.md) - [org.openapitools.client.models.Category](docs/Category.md)
@ -77,10 +77,12 @@ Class | Method | HTTP request | Description
- [org.openapitools.client.models.User](docs/User.md) - [org.openapitools.client.models.User](docs/User.md)
<a name="documentation-for-authorization"></a> <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
<a name="petstore_auth"></a>
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth ### petstore_auth
- **Type**: OAuth - **Type**: OAuth
@ -90,7 +92,7 @@ Class | Method | HTTP request | Description
- write:pets: modify pets in your account - write:pets: modify pets in your account
- read:pets: read your pets - read:pets: read your pets
<a name="api_key"></a> <a id="api_key"></a>
### api_key ### api_key
- **Type**: API key - **Type**: API key

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**complete** | **kotlin.Boolean** | | [optional] **complete** | **kotlin.Boolean** | | [optional]
<a name="Status"></a> <a id="Status"></a>
## Enum: status ## Enum: status
Name | Value Name | Value
---- | ----- ---- | -----

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**status** | [**inline**](#Status) | pet status in the store | [optional] **status** | [**inline**](#Status) | pet status in the store | [optional]
<a name="Status"></a> <a id="Status"></a>
## Enum: status ## Enum: status
Name | Value Name | Value
---- | ----- ---- | -----

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image
<a name="addPet"></a> <a id="addPet"></a>
# **addPet** # **addPet**
> Pet addPet(pet) > Pet addPet(pet)
@ -63,7 +63,7 @@ Configure petstore_auth:
- **Content-Type**: application/json, application/xml - **Content-Type**: application/json, application/xml
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="deletePet"></a> <a id="deletePet"></a>
# **deletePet** # **deletePet**
> deletePet(petId, apiKey) > deletePet(petId, apiKey)
@ -113,7 +113,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="findPetsByStatus"></a> <a id="findPetsByStatus"></a>
# **findPetsByStatus** # **findPetsByStatus**
> kotlin.collections.List&lt;Pet&gt; findPetsByStatus(status) > kotlin.collections.List&lt;Pet&gt; findPetsByStatus(status)
@ -162,7 +162,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="findPetsByTags"></a> <a id="findPetsByTags"></a>
# **findPetsByTags** # **findPetsByTags**
> kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags) > kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags)
@ -211,7 +211,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="getPetById"></a> <a id="getPetById"></a>
# **getPetById** # **getPetById**
> Pet getPetById(petId) > Pet getPetById(petId)
@ -261,7 +261,7 @@ Configure api_key:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="updatePet"></a> <a id="updatePet"></a>
# **updatePet** # **updatePet**
> Pet updatePet(pet) > Pet updatePet(pet)
@ -310,7 +310,7 @@ Configure petstore_auth:
- **Content-Type**: application/json, application/xml - **Content-Type**: application/json, application/xml
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="updatePetWithForm"></a> <a id="updatePetWithForm"></a>
# **updatePetWithForm** # **updatePetWithForm**
> updatePetWithForm(petId, name, status) > updatePetWithForm(petId, name, status)
@ -362,7 +362,7 @@ Configure petstore_auth:
- **Content-Type**: application/x-www-form-urlencoded - **Content-Type**: application/x-www-form-urlencoded
- **Accept**: Not defined - **Accept**: Not defined
<a name="uploadFile"></a> <a id="uploadFile"></a>
# **uploadFile** # **uploadFile**
> ModelApiResponse uploadFile(petId, additionalMetadata, file) > ModelApiResponse uploadFile(petId, additionalMetadata, file)

View File

@ -10,7 +10,7 @@ Method | HTTP request | Description
[**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet
<a name="deleteOrder"></a> <a id="deleteOrder"></a>
# **deleteOrder** # **deleteOrder**
> deleteOrder(orderId) > deleteOrder(orderId)
@ -56,7 +56,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="getInventory"></a> <a id="getInventory"></a>
# **getInventory** # **getInventory**
> kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory() > kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory()
@ -102,7 +102,7 @@ Configure api_key:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="getOrderById"></a> <a id="getOrderById"></a>
# **getOrderById** # **getOrderById**
> Order getOrderById(orderId) > Order getOrderById(orderId)
@ -149,7 +149,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="placeOrder"></a> <a id="placeOrder"></a>
# **placeOrder** # **placeOrder**
> Order placeOrder(order) > Order placeOrder(order)

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user
<a name="createUser"></a> <a id="createUser"></a>
# **createUser** # **createUser**
> createUser(user) > createUser(user)
@ -63,7 +63,7 @@ Configure api_key:
- **Content-Type**: application/json - **Content-Type**: application/json
- **Accept**: Not defined - **Accept**: Not defined
<a name="createUsersWithArrayInput"></a> <a id="createUsersWithArrayInput"></a>
# **createUsersWithArrayInput** # **createUsersWithArrayInput**
> createUsersWithArrayInput(user) > createUsersWithArrayInput(user)
@ -112,7 +112,7 @@ Configure api_key:
- **Content-Type**: application/json - **Content-Type**: application/json
- **Accept**: Not defined - **Accept**: Not defined
<a name="createUsersWithListInput"></a> <a id="createUsersWithListInput"></a>
# **createUsersWithListInput** # **createUsersWithListInput**
> createUsersWithListInput(user) > createUsersWithListInput(user)
@ -161,7 +161,7 @@ Configure api_key:
- **Content-Type**: application/json - **Content-Type**: application/json
- **Accept**: Not defined - **Accept**: Not defined
<a name="deleteUser"></a> <a id="deleteUser"></a>
# **deleteUser** # **deleteUser**
> deleteUser(username) > deleteUser(username)
@ -210,7 +210,7 @@ Configure api_key:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="getUserByName"></a> <a id="getUserByName"></a>
# **getUserByName** # **getUserByName**
> User getUserByName(username) > User getUserByName(username)
@ -257,7 +257,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="loginUser"></a> <a id="loginUser"></a>
# **loginUser** # **loginUser**
> kotlin.String loginUser(username, password) > kotlin.String loginUser(username, password)
@ -306,7 +306,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="logoutUser"></a> <a id="logoutUser"></a>
# **logoutUser** # **logoutUser**
> logoutUser() > logoutUser()
@ -351,7 +351,7 @@ Configure api_key:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="updateUser"></a> <a id="updateUser"></a>
# **updateUser** # **updateUser**
> updateUser(username, user) > updateUser(username, user)

View File

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets. * Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *http://petstore.swagger.io/v2* All URIs are relative to *http://petstore.swagger.io/v2*
@ -66,7 +66,7 @@ Class | Method | HTTP request | Description
*UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user *UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
- [org.openapitools.client.models.Category](docs/Category.md) - [org.openapitools.client.models.Category](docs/Category.md)
@ -77,10 +77,12 @@ Class | Method | HTTP request | Description
- [org.openapitools.client.models.User](docs/User.md) - [org.openapitools.client.models.User](docs/User.md)
<a name="documentation-for-authorization"></a> <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
<a name="petstore_auth"></a>
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth ### petstore_auth
- **Type**: OAuth - **Type**: OAuth
@ -90,7 +92,7 @@ Class | Method | HTTP request | Description
- write:pets: modify pets in your account - write:pets: modify pets in your account
- read:pets: read your pets - read:pets: read your pets
<a name="api_key"></a> <a id="api_key"></a>
### api_key ### api_key
- **Type**: API key - **Type**: API key

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**complete** | **kotlin.Boolean** | | [optional] **complete** | **kotlin.Boolean** | | [optional]
<a name="Status"></a> <a id="Status"></a>
## Enum: status ## Enum: status
Name | Value Name | Value
---- | ----- ---- | -----

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**status** | [**inline**](#Status) | pet status in the store | [optional] **status** | [**inline**](#Status) | pet status in the store | [optional]
<a name="Status"></a> <a id="Status"></a>
## Enum: status ## Enum: status
Name | Value Name | Value
---- | ----- ---- | -----

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image
<a name="addPet"></a> <a id="addPet"></a>
# **addPet** # **addPet**
> Pet addPet(pet) > Pet addPet(pet)
@ -63,7 +63,7 @@ Configure petstore_auth:
- **Content-Type**: application/json, application/xml - **Content-Type**: application/json, application/xml
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="deletePet"></a> <a id="deletePet"></a>
# **deletePet** # **deletePet**
> deletePet(petId, apiKey) > deletePet(petId, apiKey)
@ -113,7 +113,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="findPetsByStatus"></a> <a id="findPetsByStatus"></a>
# **findPetsByStatus** # **findPetsByStatus**
> kotlin.collections.List&lt;Pet&gt; findPetsByStatus(status) > kotlin.collections.List&lt;Pet&gt; findPetsByStatus(status)
@ -162,7 +162,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="findPetsByTags"></a> <a id="findPetsByTags"></a>
# **findPetsByTags** # **findPetsByTags**
> kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags) > kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags)
@ -211,7 +211,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="getPetById"></a> <a id="getPetById"></a>
# **getPetById** # **getPetById**
> Pet getPetById(petId) > Pet getPetById(petId)
@ -261,7 +261,7 @@ Configure api_key:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="updatePet"></a> <a id="updatePet"></a>
# **updatePet** # **updatePet**
> Pet updatePet(pet) > Pet updatePet(pet)
@ -310,7 +310,7 @@ Configure petstore_auth:
- **Content-Type**: application/json, application/xml - **Content-Type**: application/json, application/xml
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="updatePetWithForm"></a> <a id="updatePetWithForm"></a>
# **updatePetWithForm** # **updatePetWithForm**
> updatePetWithForm(petId, name, status) > updatePetWithForm(petId, name, status)
@ -362,7 +362,7 @@ Configure petstore_auth:
- **Content-Type**: application/x-www-form-urlencoded - **Content-Type**: application/x-www-form-urlencoded
- **Accept**: Not defined - **Accept**: Not defined
<a name="uploadFile"></a> <a id="uploadFile"></a>
# **uploadFile** # **uploadFile**
> ModelApiResponse uploadFile(petId, additionalMetadata, file) > ModelApiResponse uploadFile(petId, additionalMetadata, file)

View File

@ -10,7 +10,7 @@ Method | HTTP request | Description
[**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet
<a name="deleteOrder"></a> <a id="deleteOrder"></a>
# **deleteOrder** # **deleteOrder**
> deleteOrder(orderId) > deleteOrder(orderId)
@ -56,7 +56,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="getInventory"></a> <a id="getInventory"></a>
# **getInventory** # **getInventory**
> kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory() > kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory()
@ -102,7 +102,7 @@ Configure api_key:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/json - **Accept**: application/json
<a name="getOrderById"></a> <a id="getOrderById"></a>
# **getOrderById** # **getOrderById**
> Order getOrderById(orderId) > Order getOrderById(orderId)
@ -149,7 +149,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="placeOrder"></a> <a id="placeOrder"></a>
# **placeOrder** # **placeOrder**
> Order placeOrder(order) > Order placeOrder(order)

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user
<a name="createUser"></a> <a id="createUser"></a>
# **createUser** # **createUser**
> createUser(user) > createUser(user)
@ -63,7 +63,7 @@ Configure api_key:
- **Content-Type**: application/json - **Content-Type**: application/json
- **Accept**: Not defined - **Accept**: Not defined
<a name="createUsersWithArrayInput"></a> <a id="createUsersWithArrayInput"></a>
# **createUsersWithArrayInput** # **createUsersWithArrayInput**
> createUsersWithArrayInput(user) > createUsersWithArrayInput(user)
@ -112,7 +112,7 @@ Configure api_key:
- **Content-Type**: application/json - **Content-Type**: application/json
- **Accept**: Not defined - **Accept**: Not defined
<a name="createUsersWithListInput"></a> <a id="createUsersWithListInput"></a>
# **createUsersWithListInput** # **createUsersWithListInput**
> createUsersWithListInput(user) > createUsersWithListInput(user)
@ -161,7 +161,7 @@ Configure api_key:
- **Content-Type**: application/json - **Content-Type**: application/json
- **Accept**: Not defined - **Accept**: Not defined
<a name="deleteUser"></a> <a id="deleteUser"></a>
# **deleteUser** # **deleteUser**
> deleteUser(username) > deleteUser(username)
@ -210,7 +210,7 @@ Configure api_key:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="getUserByName"></a> <a id="getUserByName"></a>
# **getUserByName** # **getUserByName**
> User getUserByName(username) > User getUserByName(username)
@ -257,7 +257,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="loginUser"></a> <a id="loginUser"></a>
# **loginUser** # **loginUser**
> kotlin.String loginUser(username, password) > kotlin.String loginUser(username, password)
@ -306,7 +306,7 @@ No authorization required
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: application/xml, application/json - **Accept**: application/xml, application/json
<a name="logoutUser"></a> <a id="logoutUser"></a>
# **logoutUser** # **logoutUser**
> logoutUser() > logoutUser()
@ -351,7 +351,7 @@ Configure api_key:
- **Content-Type**: Not defined - **Content-Type**: Not defined
- **Accept**: Not defined - **Accept**: Not defined
<a name="updateUser"></a> <a id="updateUser"></a>
# **updateUser** # **updateUser**
> updateUser(username, user) > updateUser(username, user)

View File

@ -168,7 +168,7 @@ Then, run:
This runs all tests and packages the library. This runs all tests and packages the library.
<a name="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *http://petstore.swagger.io/v2* All URIs are relative to *http://petstore.swagger.io/v2*
@ -197,7 +197,7 @@ Class | Method | HTTP request | Description
*UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user *UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user
<a name="documentation-for-models"></a> <a id="documentation-for-models"></a>
## Documentation for Models ## Documentation for Models
- [org.openapitools.client.models.Category](docs/Category.md) - [org.openapitools.client.models.Category](docs/Category.md)
@ -208,10 +208,12 @@ Class | Method | HTTP request | Description
- [org.openapitools.client.models.User](docs/User.md) - [org.openapitools.client.models.User](docs/User.md)
<a name="documentation-for-authorization"></a> <a id="documentation-for-authorization"></a>
## Documentation for Authorization ## Documentation for Authorization
<a name="petstore_auth"></a>
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth ### petstore_auth
- **Type**: OAuth - **Type**: OAuth
@ -221,7 +223,7 @@ Class | Method | HTTP request | Description
- write:pets: modify pets in your account - write:pets: modify pets in your account
- read:pets: read your pets - read:pets: read your pets
<a name="api_key"></a> <a id="api_key"></a>
### api_key ### api_key
- **Type**: API key - **Type**: API key

Some files were not shown because too many files have changed in this diff Show More