com.kkbox.openapideveloper / com.kkbox.openapideveloper.api / HttpClient / get
fun get(endpoint: String, params: Map<String, String?> = emptyMap()): ResponseFuture<JsonObject>
Get the result from the passed in url.
endpoint - The api endpoint
params - The query part of the url
Return the Future object that will return the http response