GitLabAction

interface GitLabAction<R> : Action<Result<R, RemoteFailure>>

Inheritors

Functions

Link copied to clipboard
abstract fun toRequest(): Request
Link copied to clipboard
abstract fun toResult(response: Response): Result<R, RemoteFailure>