Base Host Service
class BaseHostService(val host: String, val version: String, val factory: ApiFactory, json: Json, val customHttpUrlConnection: CustomHttpUrlConnection) : NetworkService(source)
Constructors
Link copied to clipboard
constructor(host: String, version: String, factory: ApiFactory, json: Json, customHttpUrlConnection: CustomHttpUrlConnection)
Functions
Link copied to clipboard
Link copied to clipboard
suspend fun confirmAssignments(confirmableAssignments: AssignmentPostback): Either<ConfirmedAssignmentResponse, NetworkError>
Link copied to clipboard