Fundamentals
Services
Advanced
Deployment
Development
The Dogs Service provides access to the Dog API data from https://api.thedogapi.com/v1/.
Get list of dog breeds.
Returns: List<DogBreed> (List | DogBreed) - list of dog breeds supported by API.
List<DogBreed>
Get random dog image.
Arguments:
dogBreed: DogBreed? (DogBreed) - provides a specific breed to search for. If omitted, no-breed-based filtering is performed.
dogBreed: DogBreed?
Returns: Image (Image) - the requested image
Image