OpenAPI-Android

com.kkbox.openapideveloper / com.kkbox.openapideveloper.api / SearchFetcher / fetchSearchResult

fetchSearchResult

fun fetchSearchResult(limit: Int? = null, offset: Int? = null): ResponseFuture<JsonObject>

Fetch the search result.

this.q = q
this.type = type
return this

Parameters

limit - The size for one page.

offset - The offset index for first element.

Return the API response.