An error occurred while fetching the assigned milestone of the selected merge_request.
bin
windows
kotlin-client-all.bat +6 -3
kotlin-client-gson.bat +1 -1
kotlin-client-jackson.bat +11 -0
kotlin-client-json-request-string.bat +1 -1
kotlin-client-moshi-codegen.bat +1 -1
kotlin-client-nonpublic.bat +1 -1
kotlin-client-nullable.bat +1 -1
kotlin-client-okhttp3.bat +1 -1
kotlin-client-petstore-multiplatform.bat +1 -1
kotlin-client-petstore.bat +1 -1
kotlin-client-retrofit2-suspend.bat +10 -0
kotlin-client-retrofit2.bat +1 -1
kotlin-client-string.bat +1 -1
kotlin-client-threetenbp.bat +1 -1
kotlin-client-uppercase-enum.bat +10 -0
kotlin-client-all.sh +5 -3
kotlin-client-gson.sh +1 -1
kotlin-client-jackson.sh +1 -1
kotlin-client-json-request-string.sh +1 -1
kotlin-client-moshi-codegen.sh +1 -1
kotlin-client-nonpublic.sh +1 -1
kotlin-client-nullable.sh +1 -1
kotlin-client-okhttp3.sh +1 -1
kotlin-client-petstore-multiplatform.sh +1 -1
kotlin-client-petstore.sh +1 -1
kotlin-client-retrofit2-coroutines.sh +32 -0
kotlin-client-retrofit2.sh +1 -1
kotlin-client-string.sh +1 -1
kotlin-client-threetenbp.sh +1 -1
kotlin-client-uppercase-enum.sh +1 -1
modules/openapi-generator/src/main
java/org/openapitools/codegen
languages
AbstractKotlinCodegen.java +16 -0
KotlinClientCodegen.java +26 -1
utils
ProcessUtils.java +24 -0
CodegenConstants.java +3 -0
resources/kotlin-client
libraries/jvm-retrofit2
auth
ApiKeyAuth.kt.mustache +50 -0
HttpBasicAuth.kt.mustache +33 -0
HttpBearerAuth.kt.mustache +39 -0
OAuth.kt.mustache +151 -0
OAuthFlow.kt.mustache +5 -0
OAuthOkHttpClient.kt.mustache +61 -0
infrastructure
ApiClient.kt.mustache +263 -17
ResponseExt.kt.mustache +35 -0
api.mustache +21 -1
api_doc.mustache +83 -0
bodyParams.mustache +1 -1
README.mustache +1 -1
build.gradle.mustache +4 -0
samples/client/petstore
java
retrofit2
src/main/java/org/openapitools/client
ApiClient.java +11 -20
local.properties +8 -0
retrofit2-play24
local.properties +8 -0
retrofit2-play26
local.properties +8 -0
kotlin
bin/org/openapitools/client
apis
PetApi.kt +0 -278
StoreApi.kt +0 -146
UserApi.kt +0 -271
infrastructure
ApiAbstractions.kt +0 -20
ApiClient.kt +0 -141
ApiInfrastructureResponse.kt +0 -40
Errors.kt +0 -42
RequestConfig.kt +0 -16
ResponseExtensions.kt +0 -23
gradle/wrapper
gradle-wrapper.jar +0 -0
gson
.openapi-generator
VERSION +0 -0
docs
ApiResponse.md +0 -0
Category.md +0 -0
Order.md +0 -0
Pet.md +0 -0
PetApi.md +0 -0
StoreApi.md +0 -0
Tag.md +0 -0
User.md +0 -0
UserApi.md +0 -0
src/main/kotlin/org/openapitools/client
apis
PetApi.kt +0 -0
StoreApi.kt +0 -0
UserApi.kt +0 -0
infrastructure
ApiAbstractions.kt +0 -0
ApiClient.kt +0 -0
ApiInfrastructureResponse.kt +0 -0
ApplicationDelegates.kt +0 -0
ByteArrayAdapter.kt +0 -0
DateAdapter.kt +0 -0
Errors.kt +0 -0
LocalDateAdapter.kt +0 -0
LocalDateTimeAdapter.kt +0 -0
OffsetDateTimeAdapter.kt +0 -0
RequestConfig.kt +0 -0
RequestMethod.kt +0 -0
ResponseExtensions.kt +0 -0
Serializer.kt +0 -0
models
ApiResponse.kt +0 -0
Category.kt +0 -0
Order.kt +0 -0
Pet.kt +0 -0
Tag.kt +0 -0
User.kt +0 -0
.openapi-generator-ignore +0 -0
README.md +1 -1
build.gradle +2 -0
settings.gradle +0 -0
jackson
.openapi-generator
VERSION +0 -0
docs
ApiResponse.md +0 -0
Category.md +0 -0
Order.md +0 -0
Pet.md +0 -0
PetApi.md +0 -0
StoreApi.md +0 -0
Tag.md +0 -0
User.md +0 -0
UserApi.md +0 -0
src/main/kotlin/org/openapitools/client
apis
PetApi.kt +0 -0
StoreApi.kt +0 -0
UserApi.kt +0 -0
infrastructure
ApiAbstractions.kt +0 -0
ApiClient.kt +0 -0
ApiInfrastructureResponse.kt +0 -0
ApplicationDelegates.kt +0 -0
ByteArrayAdapter.kt +0 -0
Errors.kt +0 -0
RequestConfig.kt +0 -0
RequestMethod.kt +0 -0
ResponseExtensions.kt +0 -0
Serializer.kt +0 -0
models
ApiResponse.kt +0 -0
Category.kt +0 -0
Order.kt +0 -0
Pet.kt +0 -0
Tag.kt +0 -0
User.kt +0 -0
.openapi-generator-ignore +0 -0
README.md +1 -1
build.gradle +2 -0
settings.gradle +0 -0
json-request-string
.openapi-generator
VERSION +0 -0
docs
ApiResponse.md +0 -0
Category.md +0 -0
Order.md +0 -0
Pet.md +0 -0
PetApi.md +0 -0
StoreApi.md +0 -0
Tag.md +0 -0
User.md +0 -0
UserApi.md +0 -0
src/main/kotlin/org/openapitools/client
apis
PetApi.kt +0 -0
StoreApi.kt +0 -0
UserApi.kt +0 -0
infrastructure
ApiAbstractions.kt +0 -0
ApiClient.kt +0 -0
ApiInfrastructureResponse.kt +0 -0
ApplicationDelegates.kt +0 -0
ByteArrayAdapter.kt +0 -0
Errors.kt +0 -0
LocalDateAdapter.kt +0 -0
LocalDateTimeAdapter.kt +0 -0
OffsetDateTimeAdapter.kt +0 -0
RequestConfig.kt +0 -0
RequestMethod.kt +0 -0
ResponseExtensions.kt +0 -0
Serializer.kt +0 -0
UUIDAdapter.kt +0 -0
models
ApiResponse.kt +0 -0
Category.kt +0 -0
Order.kt +0 -0
Pet.kt +0 -0
Tag.kt +0 -0
User.kt +0 -0
.openapi-generator-ignore +0 -0
README.md +1 -1
build.gradle +2 -0
settings.gradle +0 -0
moshi-codegen
.openapi-generator
VERSION +0 -0
docs
ApiResponse.md +0 -0
Category.md +0 -0
Order.md +0 -0
Pet.md +0 -0
PetApi.md +0 -0
StoreApi.md +0 -0
Tag.md +0 -0
User.md +0 -0
UserApi.md +0 -0
src/main/kotlin/org/openapitools/client
apis
PetApi.kt +0 -0
StoreApi.kt +0 -0
UserApi.kt +0 -0
infrastructure
ApiAbstractions.kt +0 -0
ApiClient.kt +0 -0
ApiInfrastructureResponse.kt +0 -0
ApplicationDelegates.kt +0 -0
ByteArrayAdapter.kt +0 -0
Errors.kt +0 -0
LocalDateAdapter.kt +0 -0
LocalDateTimeAdapter.kt +0 -0
OffsetDateTimeAdapter.kt +0 -0
RequestConfig.kt +0 -0
RequestMethod.kt +0 -0
ResponseExtensions.kt +0 -0
Serializer.kt +0 -0
UUIDAdapter.kt +0 -0
models
ApiResponse.kt +0 -0
Category.kt +0 -0
Order.kt +0 -0
Pet.kt +0 -0
Tag.kt +0 -0
User.kt +0 -0
.openapi-generator-ignore +0 -0
README.md +1 -1
build.gradle +2 -0
settings.gradle +0 -0
multiplatform
.openapi-generator
VERSION +0 -0
docs
ApiResponse.md +0 -0
Category.md +0 -0
Order.md +0 -0
Pet.md +0 -0
PetApi.md +0 -0
StoreApi.md +0 -0
Tag.md +0 -0
User.md +0 -0
UserApi.md +0 -0
gradle/wrapper
gradle-wrapper.jar +0 -0
gradle-wrapper.properties +0 -0
src
commonMain/kotlin/…/openapitools/client
apis
PetApi.kt +0 -0
StoreApi.kt +0 -0
UserApi.kt +0 -0
auth
ApiKeyAuth.kt +0 -0
Authentication.kt +0 -0
HttpBasicAuth.kt +0 -0
HttpBearerAuth.kt +0 -0
OAuth.kt +0 -0
infrastructure
ApiAbstractions.kt +0 -0
ApiClient.kt +0 -0
Base64ByteArray.kt +0 -0
Bytes.kt +0 -0
HttpResponse.kt +0 -0
OctetByteArray.kt +0 -0
RequestConfig.kt +0 -0
RequestMethod.kt +0 -0
models
ApiResponse.kt +0 -0
Category.kt +0 -0
Order.kt +0 -0
Pet.kt +0 -0
Tag.kt +0 -0
User.kt +0 -0
commonTest/kotlin/util
Coroutine.kt +0 -0
iosTest/kotlin/util
Coroutine.kt +0 -0
jsTest/kotlin/util
Coroutine.kt +0 -0
jvmTest/kotlin/util
Coroutine.kt +0 -0
.openapi-generator-ignore +0 -0
README.md +0 -0
build.gradle +0 -0
gradlew +0 -0
gradlew.bat +0 -0
settings.gradle +0 -0
nonpublic
.openapi-generator
VERSION +0 -0
docs
ApiResponse.md +0 -0
Category.md +0 -0
Order.md +0 -0
Pet.md +0 -0
PetApi.md +0 -0
StoreApi.md +0 -0
Tag.md +0 -0
User.md +0 -0
UserApi.md +0 -0
src/main/kotlin/org/openapitools/client
apis
PetApi.kt +0 -0
StoreApi.kt +0 -0
UserApi.kt +0 -0
infrastructure
ApiAbstractions.kt +0 -0
ApiClient.kt +0 -0
ApiInfrastructureResponse.kt +0 -0
ApplicationDelegates.kt +0 -0
ByteArrayAdapter.kt +0 -0
Errors.kt +0 -0
LocalDateAdapter.kt +0 -0
LocalDateTimeAdapter.kt +0 -0
OffsetDateTimeAdapter.kt +0 -0
RequestConfig.kt +0 -0
RequestMethod.kt +0 -0
ResponseExtensions.kt +0 -0
Serializer.kt +0 -0
UUIDAdapter.kt +0 -0
models
ApiResponse.kt +0 -0
Category.kt +0 -0
Order.kt +0 -0
Pet.kt +0 -0
Tag.kt +0 -0
User.kt +0 -0
.openapi-generator-ignore +0 -0
README.md +1 -1
build.gradle +2 -0
settings.gradle +0 -0
nullable
.openapi-generator
VERSION +0 -0
docs
ApiResponse.md +0 -0
Category.md +0 -0
Order.md +0 -0
Pet.md +0 -0
PetApi.md +0 -0
StoreApi.md +0 -0
Tag.md +0 -0
User.md +0 -0
UserApi.md +0 -0
src/main/kotlin/org/openapitools/client
apis
PetApi.kt +0 -0
StoreApi.kt +0 -0
UserApi.kt +0 -0
infrastructure
ApiAbstractions.kt +0 -0
ApiClient.kt +0 -0
ApiInfrastructureResponse.kt +0 -0
ApplicationDelegates.kt +0 -0
ByteArrayAdapter.kt +0 -0
Errors.kt +0 -0
LocalDateAdapter.kt +0 -0
LocalDateTimeAdapter.kt +0 -0
OffsetDateTimeAdapter.kt +0 -0
RequestConfig.kt +0 -0
RequestMethod.kt +0 -0
ResponseExtensions.kt +0 -0
Serializer.kt +0 -0
UUIDAdapter.kt +0 -0
models
ApiResponse.kt +0 -0
Category.kt +0 -0
Order.kt +0 -0
Pet.kt +0 -0
Tag.kt +0 -0
User.kt +0 -0
.openapi-generator-ignore +0 -0
README.md +90 -0
build.gradle +2 -0
settings.gradle +0 -0
okhttp3
.openapi-generator
VERSION +0 -0
docs
ApiResponse.md +0 -0
Category.md +0 -0
Order.md +0 -0
Pet.md +0 -0
PetApi.md +0 -0
StoreApi.md +0 -0
Tag.md +0 -0
User.md +0 -0
UserApi.md +0 -0
src/main/kotlin/org/openapitools/client
apis
PetApi.kt +0 -0
StoreApi.kt +0 -0
UserApi.kt +0 -0
infrastructure
ApiAbstractions.kt +0 -0
ApiClient.kt +0 -0
ApiInfrastructureResponse.kt +0 -0
ApplicationDelegates.kt +0 -0
ByteArrayAdapter.kt +0 -0
Errors.kt +0 -0
LocalDateAdapter.kt +0 -0
LocalDateTimeAdapter.kt +0 -0
OffsetDateTimeAdapter.kt +0 -0
RequestConfig.kt +0 -0
RequestMethod.kt +0 -0
ResponseExtensions.kt +0 -0
Serializer.kt +0 -0
UUIDAdapter.kt +0 -0
models
ApiResponse.kt +0 -0
Category.kt +0 -0
Order.kt +0 -0
Pet.kt +0 -0
Tag.kt +0 -0
User.kt +0 -0
.openapi-generator-ignore +0 -0
README.md +90 -0
build.gradle +1 -0
settings.gradle +0 -0
petstore
.openapi-generator
VERSION +0 -0
docs
ApiResponse.md +0 -0
Category.md +0 -0
Order.md +0 -0
Pet.md +0 -0
PetApi.md +0 -0
StoreApi.md +0 -0
Tag.md +0 -0
User.md +0 -0
UserApi.md +0 -0
src/main/kotlin/org/openapitools/client
apis
PetApi.kt +0 -0
StoreApi.kt +0 -0
UserApi.kt +0 -0
infrastructure
ApiAbstractions.kt +0 -0
ApiClient.kt +0 -0
ApiInfrastructureResponse.kt +0 -0
ApplicationDelegates.kt +0 -0
ByteArrayAdapter.kt +0 -0
Errors.kt +0 -0
LocalDateAdapter.kt +0 -0
LocalDateTimeAdapter.kt +0 -0
OffsetDateTimeAdapter.kt +0 -0
RequestConfig.kt +0 -0
RequestMethod.kt +0 -0
ResponseExtensions.kt +0 -0
Serializer.kt +0 -0
UUIDAdapter.kt +0 -0
models
ApiResponse.kt +0 -0
Category.kt +0 -0
Order.kt +0 -0
Pet.kt +0 -0
Tag.kt +0 -0
User.kt +0 -0
.openapi-generator-ignore +0 -0
README.md +90 -0
build.gradle +39 -0
settings.gradle +0 -0
retrofit2
.openapi-generator
VERSION +0 -0
docs
ApiResponse.md +0 -0
Category.md +0 -0
Order.md +22 -0
Pet.md +0 -0
PetApi.md +320 -0
StoreApi.md +158 -0
Tag.md +0 -0
User.md +0 -0
UserApi.md +310 -0
gradle/wrapper
gradle-wrapper.jar +0 -0
gradle-wrapper.properties +2 -1
src/main/kotlin/org/openapitools/client
apis
PetApi.kt +122 -0
StoreApi.kt +62 -0
UserApi.kt +113 -0
auth
ApiKeyAuth.kt +50 -0
HttpBasicAuth.kt +33 -0
HttpBearerAuth.kt +39 -0
OAuth.kt +151 -0
OAuthFlow.kt +5 -0
OAuthOkHttpClient.kt +61 -0
infrastructure
ApiClient.kt +198 -0
ByteArrayAdapter.kt +0 -0
CollectionFormats.kt +56 -0
LocalDateAdapter.kt +0 -0
LocalDateTimeAdapter.kt +0 -0
OffsetDateTimeAdapter.kt +0 -0
ResponseExt.kt +18 -0
Serializer.kt +0 -0
UUIDAdapter.kt +0 -0
models
ApiResponse.kt +0 -0
Category.kt +0 -0
Order.kt +10 -7
Pet.kt +0 -0
Tag.kt +0 -0
User.kt +0 -0
.openapi-generator-ignore +0 -0
README.md +90 -0
build.gradle +41 -0
gradlew +3 -3
gradlew.bat +84 -84
local.properties +8 -0
settings.gradle +0 -0
retrofit2-coroutines
.openapi-generator
VERSION +0 -0
docs
ApiResponse.md +0 -0
Category.md +0 -0
Order.md +0 -0
Pet.md +0 -0
PetApi.md +56 -125
StoreApi.md +28 -58
Tag.md +0 -0
User.md +0 -0
UserApi.md +56 -106
gradle/wrapper
gradle-wrapper.jar +0 -0
gradle-wrapper.properties +2 -1
src/main/kotlin/org/openapitools/client
apis
PetApi.kt +122 -0
StoreApi.kt +62 -0
UserApi.kt +113 -0
auth
ApiKeyAuth.kt +50 -0
HttpBasicAuth.kt +33 -0
HttpBearerAuth.kt +39 -0
OAuth.kt +151 -0
OAuthFlow.kt +5 -0
OAuthOkHttpClient.kt +61 -0
infrastructure
ApiClient.kt +198 -0
ByteArrayAdapter.kt +0 -0
CollectionFormats.kt +0 -0
LocalDateAdapter.kt +0 -0
LocalDateTimeAdapter.kt +0 -0
OffsetDateTimeAdapter.kt +0 -0
Serializer.kt +23 -0
UUIDAdapter.kt +0 -0
models
ApiResponse.kt +0 -0
Category.kt +0 -0
Order.kt +0 -0
Pet.kt +0 -0
Tag.kt +0 -0
User.kt +0 -0
.openapi-generator-ignore +0 -0
README.md +90 -0
build.gradle +1 -0
gradlew +1 -1
gradlew.bat +1 -1
local.properties +8 -0
settings.gradle +2 -0
src
main/kotlin/org/…/client/infrastructure
ApplicationDelegates.kt +0 -29
RequestMethod.kt +0 -8
test/kotlin/org/openapitools/client
PetApiTest.kt +0 -104
StoreApiTest.kt +0 -48
string
.openapi-generator
VERSION +0 -0
docs
ApiResponse.md +0 -0
Category.md +0 -0
Order.md +0 -0
Pet.md +0 -0
PetApi.md +0 -0
StoreApi.md +0 -0
Tag.md +0 -0
User.md +0 -0
UserApi.md +0 -0
src/main/kotlin/org/openapitools/client
apis
PetApi.kt +0 -0
StoreApi.kt +0 -0
UserApi.kt +0 -0
infrastructure
ApiAbstractions.kt +0 -0
ApiClient.kt +0 -0
ApiInfrastructureResponse.kt +0 -0
ApplicationDelegates.kt +0 -0
ByteArrayAdapter.kt +0 -0
Errors.kt +0 -0
LocalDateAdapter.kt +0 -0
LocalDateTimeAdapter.kt +0 -0
OffsetDateTimeAdapter.kt +0 -0
RequestConfig.kt +0 -0
RequestMethod.kt +0 -0
ResponseExtensions.kt +0 -0
Serializer.kt +0 -0
UUIDAdapter.kt +0 -0
models
ApiResponse.kt +0 -0
Category.kt +0 -0
Order.kt +0 -0
Pet.kt +0 -0
Tag.kt +0 -0
User.kt +0 -0
.openapi-generator-ignore +0 -0
README.md +90 -0
build.gradle +39 -0
settings.gradle +0 -0
threetenbp
.openapi-generator
VERSION +1 -0
docs
ApiResponse.md +12 -0
Category.md +11 -0
Order.md +0 -0
Pet.md +22 -0
PetApi.md +0 -0
StoreApi.md +0 -0
Tag.md +11 -0
User.md +17 -0
UserApi.md +0 -0
src/main/kotlin/org/openapitools/client
apis
PetApi.kt +0 -0
StoreApi.kt +0 -0
UserApi.kt +0 -0
infrastructure
ApiAbstractions.kt +0 -0
ApiClient.kt +0 -0
ApiInfrastructureResponse.kt +0 -0
ApplicationDelegates.kt +0 -0
ByteArrayAdapter.kt +0 -0
Errors.kt +0 -0
LocalDateAdapter.kt +0 -0
LocalDateTimeAdapter.kt +0 -0
OffsetDateTimeAdapter.kt +0 -0
RequestConfig.kt +0 -0
RequestMethod.kt +0 -0
ResponseExtensions.kt +0 -0
Serializer.kt +0 -0
UUIDAdapter.kt +0 -0
models
ApiResponse.kt +7 -4
Category.kt +6 -4
Order.kt +0 -0
Pet.kt +11 -8
Tag.kt +6 -4
User.kt +12 -4
.openapi-generator-ignore +0 -0
README.md +90 -0
build.gradle +2 -0
settings.gradle +0 -0
uppercase-enum
.openapi-generator
VERSION +1 -0
docs
EnumApi.md +0 -0
PetEnum.md +0 -0
src/main/kotlin/org/openapitools/client
apis
EnumApi.kt +9 -3
infrastructure
ApiAbstractions.kt +0 -0
ApiClient.kt +80 -6
ApiInfrastructureResponse.kt +4 -1
ApplicationDelegates.kt +0 -0
ByteArrayAdapter.kt +1 -1
Errors.kt +2 -2
LocalDateAdapter.kt +19 -0
LocalDateTimeAdapter.kt +19 -0
OffsetDateTimeAdapter.kt +19 -0
RequestConfig.kt +0 -0
RequestMethod.kt +0 -0
ResponseExtensions.kt +0 -0
Serializer.kt +0 -0
UUIDAdapter.kt +13 -0
models
PetEnum.kt +8 -0
.openapi-generator-ignore +23 -0
README.md +1 -1
build.gradle +1 -0
settings.gradle +0 -0
.gitignore +0 -106
README.md +0 -90
build.gradle +0 -37
pom.xml +0 -46
kotlin-gson
pom.xml +0 -46
kotlin-jackson
build
classes/kotlin/main
META-INF
kotlin-petstore-jackson.kotlin_module +0 -0
org/openapitools
client
apis
PetApi$WhenMappings.class +0 -0
PetApi.class +0 -0
StoreApi$WhenMappings.class +0 -0
StoreApi.class +0 -0
UserApi$WhenMappings.class +0 -0
UserApi.class +0 -0
infrastructure
ApiAbstractionsKt$defaultMultiValueConverter$1.class +0 -0
ApiAbstractionsKt.class +0 -0
ApiClient$Companion$client$2.class +0 -0
ApiClient$Companion.class +0 -0
ApiClient$WhenMappings.class +0 -0
ApiClient.class +0 -0
ApiInfrastructureResponse.class +0 -0
ApplicationDelegates$SetOnce.class +0 -0
ApplicationDelegates.class +0 -0
ClientError.class +0 -0
ClientException$Companion.class +0 -0
ClientException.class +0 -0
Informational.class +0 -0
Redirection.class +0 -0
RequestConfig.class +0 -0
RequestMethod.class +0 -0
ResponseExtensionsKt.class +0 -0
ResponseType.class +0 -0
Serializer.class +0 -0
ServerError.class +0 -0
ServerException$Companion.class +0 -0
ServerException.class +0 -0
Success.class +0 -0
models
ApiResponse.class +0 -0
Category.class +0 -0
Order$Status.class +0 -0
Order.class +0 -0
Pet$Status.class +0 -0
Pet.class +0 -0
Tag.class +0 -0
User.class +0 -0
ApplicationKt.class +0 -0
kotlin/compileKotlin
caches-jvm
inputs
source-to-output.tab +0 -0
source-to-output.tab.keystream +0 -0
source-to-output.tab.keystream.len +0 -0
source-to-output.tab.len +0 -0
source-to-output.tab.values.at +0 -0
source-to-output.tab_i +0 -0
source-to-output.tab_i.len +0 -0
jvm/kotlin
class-fq-name-to-source.tab +0 -0
class-fq-name-to-source.tab.keystream +0 -0
class-fq-name-to-source.tab.keystream.len +0 -0
class-fq-name-to-source.tab.len +0 -0
class-fq-name-to-source.tab.values.at +0 -0
class-fq-name-to-source.tab_i +0 -0
class-fq-name-to-source.tab_i.len +0 -0
constants.tab +0 -0
constants.tab.keystream +0 -0
constants.tab.keystream.len +0 -0
constants.tab.len +0 -0
constants.tab.values.at +0 -0
constants.tab_i +0 -0
constants.tab_i.len +0 -0
inline-functions.tab +0 -0
inline-functions.tab.keystream +0 -0
inline-functions.tab.keystream.len +0 -0
inline-functions.tab.len +0 -0
inline-functions.tab.values.at +0 -0
inline-functions.tab_i +0 -0
inline-functions.tab_i.len +0 -0
internal-name-to-source.tab +0 -0
internal-name-to-source.tab.keystream +0 -0
internal-name-to-source.tab.keystream.len +0 -0
internal-name-to-source.tab.len +0 -0
internal-name-to-source.tab.values.at +0 -0
internal-name-to-source.tab_i +0 -0
internal-name-to-source.tab_i.len +0 -0
package-parts.tab +0 -0
package-parts.tab.keystream +0 -0
package-parts.tab.keystream.len +0 -0
package-parts.tab.len +0 -0
package-parts.tab.values.at +0 -0
package-parts.tab_i +0 -0
package-parts.tab_i.len +0 -0
proto.tab +0 -0
proto.tab.keystream +0 -0
proto.tab.keystream.len +0 -0
proto.tab.len +0 -0
proto.tab.values.at +0 -0
proto.tab_i +0 -0
proto.tab_i.len +0 -0
source-to-classes.tab +0 -0
source-to-classes.tab.keystream +0 -0
source-to-classes.tab.keystream.len +0 -0
source-to-classes.tab.len +0 -0
source-to-classes.tab.values.at +0 -0
source-to-classes.tab_i +0 -0
source-to-classes.tab_i.len +0 -0
subtypes.tab +0 -0
subtypes.tab.keystream +0 -0
subtypes.tab.keystream.len +0 -0
subtypes.tab.len +0 -0
subtypes.tab.values.at +0 -0
subtypes.tab_i +0 -0
subtypes.tab_i.len +0 -0
supertypes.tab +0 -0
supertypes.tab.keystream +0 -0
supertypes.tab.keystream.len +0 -0
supertypes.tab.len +0 -0
supertypes.tab.values.at +0 -0
supertypes.tab_i +0 -0
supertypes.tab_i.len +0 -0
lookups
counters.tab +0 -2
file-to-id.tab +0 -0
file-to-id.tab.keystream +0 -0
file-to-id.tab.keystream.len +0 -0
file-to-id.tab.len +0 -0
file-to-id.tab.values.at +0 -0
file-to-id.tab_i +0 -0
file-to-id.tab_i.len +0 -0
id-to-file.tab +0 -0
id-to-file.tab.keystream +0 -0
id-to-file.tab.keystream.len +0 -0
id-to-file.tab.len +0 -0
id-to-file.tab.values.at +0 -0
id-to-file.tab_i +0 -0
id-to-file.tab_i.len +0 -0
lookups.tab +0 -0
lookups.tab.keystream +0 -0
lookups.tab.keystream.len +0 -0
lookups.tab.len +0 -0
lookups.tab.values.at +0 -0
lookups.tab_i +0 -0
lookups.tab_i.len +0 -0
build-history.bin +0 -0
last-build.bin +0 -0
gradle/wrapper
gradle-wrapper.jar +0 -0
src/main/kotlin/org/openapitools/client
Application.kt +0 -20
pom.xml +0 -46
kotlin-json-request-string
pom.xml +0 -46
kotlin-moshi-codegen
pom.xml +0 -46
kotlin-multiplatform
pom.xml +0 -47
kotlin-nonpublic
pom.xml +0 -46
kotlin-nullable
README.md +0 -90
pom.xml +0 -46
kotlin-okhttp3
README.md +0 -90
pom.xml +0 -46
kotlin-retrofit2
src/main/kotlin/org/openapitools/client
apis
StoreApi.kt +0 -25
UserApi.kt +0 -37
infrastructure
ApiClient.kt +0 -40
README.md +0 -90
kotlin-string
src/test/kotlin/org/openapitools/client
PetApiTest.kt +0 -104
README.md +0 -90
pom.xml +0 -46
kotlin-threetenbp
src/test/kotlin/org/openapitools/client
PetApiTest.kt +0 -104
README.md +0 -90
pom.xml +0 -46
kotlin-uppercase-enum
.openapi-generator
VERSION +0 -1
build.gradle +0 -37
\ No newline at end of file
@@ -5,6 +5,6 @@ If Not Exist %executable% (
bin/windows/kotlin-client-jackson.bat
0 → 100644
+ 11
- 0
@@ -5,6 +5,6 @@ If Not Exist %executable% (
@@ -5,6 +5,6 @@ If Not Exist %executable% (
@@ -5,6 +5,6 @@ If Not Exist %executable% (
@@ -5,6 +5,6 @@ If Not Exist %executable% (
@@ -5,6 +5,6 @@ If Not Exist %executable% (
@@ -5,6 +5,6 @@ If Not Exist %executable% (
@@ -5,6 +5,6 @@ If Not Exist %executable% (
+ 10
- 0
@@ -5,6 +5,6 @@ If Not Exist %executable% (