RequestTemplate

data class RequestTemplate<T>

A template for a request that can be executed by an API client.

Since

0.5.0

Parameters

path

the path segment of the URL (relative to the API client's base URL)

parameters

the query parameters of the request

headers

the headers of the request

apiKey

the API key to use for the request

language

the language to specify for the request

Properties

Link copied to clipboard
val apiKey: String? = null
Link copied to clipboard
Link copied to clipboard
val language: Language? = null
Link copied to clipboard