Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 29_Day_Building_API/29_building_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The browser can handle only get request. Therefore, we have to have a tool which

Examples of API

- Countries API: https://restcountries.eu/rest/v2/all
- Countries API: https://api.restcountries.com/countries/v5
- Cats breed API: https://api.thecatapi.com/v1/breeds

[Postman](https://www.getpostman.com/) is a very popular tool when it comes to API development. So, if you like to do this section you need to [download postman](https://www.getpostman.com/). An alternative of Postman is [Insomnia](https://insomnia.rest/download).
Expand Down