lib
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
lib
shared
/
com.apadmi.mockzilla.mock
/
Repository
Repository
class
Repository
(
baseUrl
:
String
)
Members
Constructors
Repository
Link copied to clipboard
constructor
(
baseUrl
:
String
)
Functions
get
Cow
Link copied to clipboard
suspend
fun
getCow
(
someRequestValue
:
String
)
:
DataResult
<
CowDto
,
String
>