Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1019 Bytes

File metadata and controls

50 lines (35 loc) · 1019 Bytes

DefaultApi

All URIs are relative to http://localhost

Method HTTP request Description
doGet GET /do Do something

doGet

DoGet200Response doGet()

Do something

Example

// 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()
}

Parameters

This endpoint does not need any parameter.

Return type

DoGet200Response

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json