CategoryService

interface CategoryService

Service interface for fetching category configuration data.

Functions

Link copied to clipboard
@GET(value = "/api/config/header")
abstract suspend fun getCategoryResponse(@QueryMap header: Map<String, String>): Response<ConfigurationHeaderResponse?>

Retrieves the category configuration header response.