getClassifications

@GET(value = "/discovery/v2/classifications.json")
abstract suspend fun getClassifications(@QueryMap queryParams: Map<String, String>): Response<ClassificationResponse?>

Fetches classification search results.

Queries the API for classifications based on provided parameters.

Return

A Response with a ClassificationResponse or null.

Parameters

queryParams

Query parameters for the search.