ApiKeyRequestHeader

Adds the API key to the request

class ApiKeyRequestHeader(options: VillageOptions) : RequestHeaderFactory

Parameters

options

What api key to add to the request

Constructors

ApiKeyRequestHeader
Link copied to clipboard

fun ApiKeyRequestHeader(options: VillageOptions)

Functions

addHeaders
Link copied to clipboard

Adds a name and value to a Map of HTTP request headers

open override fun addHeaders(headers: MutableMap<String, String>)
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String