You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# {{packageName}} - Kotlin client library for {{appName}}
2
+
3
+
{{#appDescriptionWithNewLines}}
4
+
{{{.}}}
5
+
{{/appDescriptionWithNewLines}}
6
+
7
+
## Overview
8
+
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.
9
+
10
+
- API version: {{appVersion}}
11
+
- Package version: {{packageVersion}}
12
+
{{^hideGenerationTimestamp}}
13
+
- Build date: {{generatedDate}}
14
+
{{/hideGenerationTimestamp}}
15
+
- Generator version: {{generatorVersion}}
16
+
- Build package: {{generatorClass}}
17
+
{{#infoUrl}}
18
+
For more information, please visit [{{{infoUrl}}}]({{{infoUrl}}})
19
+
{{/infoUrl}}
20
+
21
+
## Requires
22
+
23
+
{{#jvm}}
24
+
* Kotlin 1.7.21
25
+
* Gradle 7.5
26
+
{{/jvm}}
27
+
{{#multiplatform}}
28
+
* Kotlin 1.5.10
29
+
{{/multiplatform}}
30
+
31
+
## Build
32
+
33
+
{{#jvm}}
34
+
First, create the gradle wrapper script:
35
+
36
+
```
37
+
gradle wrapper
38
+
```
39
+
40
+
Then, run:
41
+
42
+
{{/jvm}}
43
+
```
44
+
./gradlew check assemble
45
+
```
46
+
47
+
This runs all tests and packages the library.
48
+
49
+
## Features/Implementation Notes
50
+
51
+
* Supports JSON inputs/outputs, File inputs, and Form inputs.
0 commit comments