All URIs are relative to http://localhost
| Method | HTTP request | Description |
|---|---|---|
| operation | GET / |
ModelWithIntArrayEnum operation()
// Import classes:
//import org.openapitools.client.infrastructure.*
//import org.openapitools.client.models.*
val apiInstance = DefaultApi()
try {
val result : ModelWithIntArrayEnum = apiInstance.operation()
println(result)
} catch (e: ClientException) {
println("4xx response calling DefaultApi#operation")
e.printStackTrace()
} catch (e: ServerException) {
println("5xx response calling DefaultApi#operation")
e.printStackTrace()
}This endpoint does not need any parameter.
No authorization required
- Content-Type: Not defined
- Accept: application/json