InformationApi

Constructors

Link copied to clipboard
constructor(baseUrl: String = ApiClient.BASE_URL, httpClientEngine: HttpClientEngine? = null, httpClientConfig: (HttpClientConfig<*>) -> Unit? = null, jsonSerializer: Json = ApiClient.JSON_DEFAULT)
constructor(baseUrl: String, httpClient: HttpClient)

Functions

Link copied to clipboard

Browse the content of the deployment.

Link copied to clipboard

Check whether a component is published.

Link copied to clipboard
fun setAccessToken(accessToken: String)

Set the access token for the first OAuth2 authentication.

Link copied to clipboard
fun setApiKey(apiKey: String, paramName: String? = null)

Set the API key value for the first API key authentication.

Link copied to clipboard
fun setApiKeyPrefix(apiKeyPrefix: String, paramName: String? = null)

Set the API key prefix for the first API key authentication.

Link copied to clipboard
fun setBearerToken(bearerToken: String)

Set the access token for the first Bearer authentication.

Link copied to clipboard
fun setPassword(password: String)

Set the password for the first HTTP basic authentication.

Link copied to clipboard
fun setUsername(username: String)

Set the username for the first HTTP basic authentication.