Repository

class Repository(baseUrl: String, tokenProvider: MockzillaTokenProvider)

Constructors

Link copied to clipboard
constructor(baseUrl: String, tokenProvider: MockzillaTokenProvider)

Functions

Link copied to clipboard
suspend fun getAnimal(urlSuffix: String, someRequestValue: String): DataResult<AnimalDto, String>