invoke
open suspend operator override fun invoke(url: String, 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.
credentials
credentials value consumed by the API.