[kotlin-client] New generator: kotlin-jvm-spring-restclient (#17366)

* Created kotlin jvm spring restclient

* Fixed kotlin jvm-spring-restclient

* Fixed earlier problems

* Fixed earlier problems

* Updated kotlin.md
This commit is contained in:
Stefan Koppier
2023-12-11 05:49:36 +01:00
committed by GitHub
parent 9eb5882f94
commit 7f05c1f41d
43 changed files with 3163 additions and 6 deletions

View File

@@ -0,0 +1,22 @@
# Pet
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **kotlin.String** | |
**photoUrls** | **kotlin.collections.List<kotlin.String>** | |
**id** | **kotlin.Long** | | [optional]
**category** | [**Category**](Category.md) | | [optional]
**tags** | [**kotlin.collections.List<Tag>**](Tag.md) | | [optional]
**status** | [**inline**](#Status) | pet status in the store | [optional]
<a id="Status"></a>
## Enum: status
Name | Value
---- | -----
status | available, pending, sold