forked from loafle/openapi-generator-original
Change default package name value for kotlin client (#382)
* Move pom.xml to sample.ci * Regenerate 'kotlin-threetenbp' example * Add build to gitignore * Change default value for Kotlin * Regenerate kotlin-string client * Regenerate kotlin-threetenbp client * Regenerate 'samples/client/petstore/kotlin'
This commit is contained in:
committed by
William Cheng
parent
e2d6f7c88f
commit
d35bf1a388
@@ -21,8 +21,8 @@ For valid response try integer IDs with value < 1000. Anything above 1000 or
|
||||
### Example
|
||||
```kotlin
|
||||
// Import classes:
|
||||
//import io.swagger.client.infrastructure.*
|
||||
//import io.swagger.client.models.*
|
||||
//import org.openapitools.client.infrastructure.*
|
||||
//import org.openapitools.client.models.*
|
||||
|
||||
val apiInstance = StoreApi()
|
||||
val orderId : kotlin.String = orderId_example // kotlin.String | ID of the order that needs to be deleted
|
||||
@@ -67,8 +67,8 @@ Returns a map of status codes to quantities
|
||||
### Example
|
||||
```kotlin
|
||||
// Import classes:
|
||||
//import io.swagger.client.infrastructure.*
|
||||
//import io.swagger.client.models.*
|
||||
//import org.openapitools.client.infrastructure.*
|
||||
//import org.openapitools.client.models.*
|
||||
|
||||
val apiInstance = StoreApi()
|
||||
try {
|
||||
@@ -110,8 +110,8 @@ For valid response try integer IDs with value <= 5 or > 10. Other val
|
||||
### Example
|
||||
```kotlin
|
||||
// Import classes:
|
||||
//import io.swagger.client.infrastructure.*
|
||||
//import io.swagger.client.models.*
|
||||
//import org.openapitools.client.infrastructure.*
|
||||
//import org.openapitools.client.models.*
|
||||
|
||||
val apiInstance = StoreApi()
|
||||
val orderId : kotlin.Long = 789 // kotlin.Long | ID of pet that needs to be fetched
|
||||
@@ -155,8 +155,8 @@ Place an order for a pet
|
||||
### Example
|
||||
```kotlin
|
||||
// Import classes:
|
||||
//import io.swagger.client.infrastructure.*
|
||||
//import io.swagger.client.models.*
|
||||
//import org.openapitools.client.infrastructure.*
|
||||
//import org.openapitools.client.models.*
|
||||
|
||||
val apiInstance = StoreApi()
|
||||
val order : Order = // Order | order placed for purchasing the pet
|
||||
|
||||
Reference in New Issue
Block a user