fetchConfiguration

abstract suspend fun fetchConfiguration(baseUrl: String, authorization: BasicHttpAuthorization?): ServerConfigurationRaw(source)

Loads SDAI data through fetchConfiguration.

Return

Result produced by fetchConfiguration.

Author

Dmitriy Moroz

Parameters

baseUrl

base url value consumed by the API.

authorization

authorization value consumed by the API.