OpenAPI-Android

com.kkbox.openapideveloper / com.kkbox.openapideveloper.api / HttpClient / get

get

fun get(endpoint: String, params: Map<String, String?> = emptyMap()): ResponseFuture<JsonObject>

Get the result from the passed in url.

Parameters

endpoint - The api endpoint

params - The query part of the url

Return the Future object that will return the http response