getAllPets

fun getAllPets(language: ApiLanguage? = null): List<Pet>

Retrieves all pets

Parameters

language

of returned text (default=en)

See also