TheCatApi ========= The Cats Service provides access to the Cat API data from https://api.thecatapi.com/v1/. .. toctree:: :maxdepth: 2 :titlesonly: :caption: RPC Categories RPCS ---- .. function:: TheCatApi.getCatBreeds() Get list of cat breeds. **Returns:** ``List`` (`List `__ | `CatBreed `__) - list of cat breeds supported by API. .. function:: TheCatApi.getRandomCatImage(catBreed: CatBreed?) Get random cat image. **Arguments:** - ``catBreed: CatBreed?`` (`CatBreed `__) - provides a specific breed to search for. If omitted, no-breed-based filtering is performed. **Returns:** ``Image`` (`Image `__) - the requested image