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