eusouorui / CatFact

Get cool facts about cats
1 stars 0 forks source link

Add a page to show all cat breeds #9

Closed eusouorui closed 5 months ago

eusouorui commented 5 months ago

Add a page to show all cat breeds

As a user I want to have a new breeds page in order to check all cat breeds

The page should load a table like the weather one. Showing the following fields with examples: "breed": "Cheetoh", "country": "United States", "origin": "Hybrid Crossbreed", "coat": "Short", "pattern": "Spotted"

Endpoint

https://catfact.ninja/breeds

There are currently 4 pages for this endpoint. To access the other pages use: ?page=x Where x is the number of the page

eusouorui commented 5 months ago

Closed with #16