An open API service indexing awesome lists of open source software.

https://github.com/sanjayengineer121/rest-api-practice

REST APIs enable you to develop all kinds of web applications having all possible CRUD (create, retrieve, update, delete) operations. REST guidelines suggest using a specific HTTP method on a particular type of call made to the server (though technically it is possible to violate this guideline, yet it is highly discouraged).
https://github.com/sanjayengineer121/rest-api-practice

flask-application python3 rest-api restful-api

Last synced: 9 months ago
JSON representation

REST APIs enable you to develop all kinds of web applications having all possible CRUD (create, retrieve, update, delete) operations. REST guidelines suggest using a specific HTTP method on a particular type of call made to the server (though technically it is possible to violate this guideline, yet it is highly discouraged).

Awesome Lists containing this project