Repository

class Repository(baseUrl: () -> String)

Constructors

Link copied to clipboard
constructor(baseUrl: () -> String)

Functions

Link copied to clipboard
suspend fun getCow(someRequestValue: String): DataResult<CowDto, String>