|
| 1 | +# org.openapitools.client - Kotlin client library for Issue 15204 Int Array Enum |
| 2 | + |
| 3 | +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) |
| 4 | + |
| 5 | +## Overview |
| 6 | +This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. |
| 7 | + |
| 8 | +- API version: latest |
| 9 | +- Package version: |
| 10 | +- Generator version: 7.18.0-SNAPSHOT |
| 11 | +- Build package: org.openapitools.codegen.languages.KotlinClientCodegen |
| 12 | + |
| 13 | +## Requires |
| 14 | + |
| 15 | +* Kotlin 2.2.20 |
| 16 | +* Gradle 8.14 |
| 17 | + |
| 18 | +## Build |
| 19 | + |
| 20 | +First, create the gradle wrapper script: |
| 21 | + |
| 22 | +``` |
| 23 | +gradle wrapper |
| 24 | +``` |
| 25 | + |
| 26 | +Then, run: |
| 27 | + |
| 28 | +``` |
| 29 | +./gradlew check assemble |
| 30 | +``` |
| 31 | + |
| 32 | +This runs all tests and packages the library. |
| 33 | + |
| 34 | +## Features/Implementation Notes |
| 35 | + |
| 36 | +* Supports JSON inputs/outputs, File inputs, and Form inputs. |
| 37 | +* Supports collection formats for query parameters: csv, tsv, ssv, pipes. |
| 38 | +* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. |
| 39 | +* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets. |
| 40 | + |
| 41 | +<a id="documentation-for-api-endpoints"></a> |
| 42 | +## Documentation for API Endpoints |
| 43 | + |
| 44 | +All URIs are relative to *http://localhost* |
| 45 | + |
| 46 | +| Class | Method | HTTP request | Description | |
| 47 | +| ------------ | ------------- | ------------- | ------------- | |
| 48 | +| *DefaultApi* | [**operation**](docs/DefaultApi.md#operation) | **GET** / | | |
| 49 | + |
| 50 | + |
| 51 | +<a id="documentation-for-models"></a> |
| 52 | +## Documentation for Models |
| 53 | + |
| 54 | + - [org.openapitools.client.models.ModelWithIntArrayEnum](docs/ModelWithIntArrayEnum.md) |
| 55 | + |
| 56 | + |
| 57 | +<a id="documentation-for-authorization"></a> |
| 58 | +## Documentation for Authorization |
| 59 | + |
| 60 | +Endpoints do not require authorization. |
| 61 | + |
0 commit comments