getNewSession

abstract suspend fun getNewSession(baseUrl: String, credentials: AuthorizationCredentials): String(source)

Loads SDAI data through getNewSession.

Return

Result produced by getNewSession.

Author

Dmitriy Moroz

Parameters

baseUrl

base url value consumed by the API.

credentials

credentials value consumed by the API.