All URIs are relative to https://localhost
| Method | HTTP request | Description |
|---|---|---|
| ping | GET /ping | Health checking |
ping()
Health checking
// 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()
}This endpoint does not need any parameter.
null (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: Not defined