invoke

abstract suspend operator fun invoke(url: String, isDemo: Boolean, credentials: AuthorizationCredentials): Result<Unit>(source)

Executes the invoke step in the SDAI domain layer.

Return

Result produced by invoke.

Author

Dmitriy Moroz

Parameters

url

remote URL used by the operation.

isDemo

is demo value consumed by the API.

credentials

credentials value consumed by the API.