All URIs are relative to https://api.frame.io
Method | HTTP request | Description |
---|---|---|
healthCheck | GET /health | Status check |
HealthCheck200Response healthCheck()
Status check
Check status of the Frame.io API
// Import classes:
//import dev.androidbroadcast.framesdk.infrastructure.*
//import dev.androidbroadcast.framesdk.models.*
val apiInstance = SystemApi()
try {
val result : HealthCheck200Response = apiInstance.healthCheck()
println(result)
} catch (e: ClientException) {
println("4xx response calling SystemApi#healthCheck")
e.printStackTrace()
} catch (e: ServerException) {
println("5xx response calling SystemApi#healthCheck")
e.printStackTrace()
}
This endpoint does not need any parameter.
No authorization required
- Content-Type: Not defined
- Accept: application/json