Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 904 Bytes

File metadata and controls

49 lines (34 loc) · 904 Bytes

SystemApi

All URIs are relative to https://localhost

Method HTTP request Description
ping GET /ping Health checking

ping

ping()

Health checking

Example

// Import classes:
//import io.swagger.client.infrastructure.*
//import io.github.cactacea.backend.*

val apiInstance = SystemApi()
try {
    apiInstance.ping()
} catch (e: ClientException) {
    println("4xx response calling SystemApi#ping")
    e.printStackTrace()
} catch (e: ServerException) {
    println("5xx response calling SystemApi#ping")
    e.printStackTrace()
}

Parameters

This endpoint does not need any parameter.

Return type

null (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: Not defined