lib
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
lib
demo-android
/
com.apadmi.mockzilla.demo.engine
Package-level
declarations
Types
Types
Animal
Dto
Link copied to clipboard
@
Serializable
data
class
AnimalDto
(
val
animal
:
AnimalDto.AnimalTypeDto
,
val
name
:
String
,
val
age
:
Int
,
val
biography
:
String
,
val
owner
:
String
)
Get
Animal
Request
Dto
Link copied to clipboard
@
Serializable
data
class
GetAnimalRequestDto
(
val
owner
:
String
=
""
)
Repository
Link copied to clipboard
class
Repository
(
baseUrl
:
String
,
tokenProvider
:
MockzillaTokenProvider
)