Package-level declarations

Types

Link copied to clipboard
class ApiUserAgentProvider(userAgentString: String? = null)

Provides and manages a user agent string for API requests.

Link copied to clipboard
class CategoryInterceptor(endPointProvider: ApiEndPointProvider, apiUserAgentProvider: ApiUserAgentProvider) : Interceptor

Interceptor for modifying category API requests.

Link copied to clipboard
data class CategoryParams(val language: String, val categoryUrl: String, val market: TMMarketDomain)

Represents parameters for category requests.

Link copied to clipboard
interface CategoryService

Service interface for fetching category configuration data.