HueHttpClient
interface HueHttpClient
Internal client used for making authenticated requests to the Hue bridge.
Functions
Link copied to clipboard
Link copied to clipboard
abstract suspend fun <REQUEST, RESPONSE> sendV1Request( method: String, pathSegments: Array<out String>, responseSerializer: KSerializer<List<V1HueResponse<RESPONSE>>>, body: REQUEST? = null, requestSerializer: KSerializer<REQUEST>? = null): RESPONSE
Make a request to the hue bridge as a V1 endpoint.