TheDogApi ========= The Dogs Service provides access to the Dog API data from https://api.thedogapi.com/v1/. .. toctree:: :maxdepth: 2 :titlesonly: :caption: RPC Categories RPCS ---- .. function:: TheDogApi.getDogBreeds() Get list of dog breeds. **Returns:** ``List`` (`List `__ | `DogBreed `__) - list of dog breeds supported by API. .. function:: TheDogApi.getRandomDogImage(dogBreed: DogBreed?) Get random dog image. **Arguments:** - ``dogBreed: DogBreed?`` (`DogBreed `__) - provides a specific breed to search for. If omitted, no-breed-based filtering is performed. **Returns:** ``Image`` (`Image `__) - the requested image