ApiKeyInterceptor

class ApiKeyInterceptor(apiKey: String) : Interceptor

Interceptor for adding the API key to the network requests.

Constructors

Link copied to clipboard
constructor(apiKey: String)

Functions

Link copied to clipboard
open override fun intercept(chain: Interceptor.Chain): Response