1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 21:11:44 +02:00

Add a resource for REST (#4025)

This commit is contained in:
Olawuwo Abideen
2023-09-12 16:38:47 +01:00
committed by GitHub
parent 8057b218a0
commit bfbee6da0f

View File

@@ -5,6 +5,7 @@ REST, or REpresentational State Transfer, is an architectural style for providin
Visit the following resources to learn more: Visit the following resources to learn more:
- [What is REST?](https://www.codecademy.com/article/what-is-rest) - [What is REST?](https://www.codecademy.com/article/what-is-rest)
- [REST Fundamental](https://dev.to/cassiocappellari/fundamentals-of-rest-api-2nag)
- [What is a REST API?](https://www.redhat.com/en/topics/api/what-is-a-rest-api) - [What is a REST API?](https://www.redhat.com/en/topics/api/what-is-a-rest-api)
- [Roy Fieldings dissertation chapter, Representational State Transfer (REST)](https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm) - [Roy Fieldings dissertation chapter, Representational State Transfer (REST)](https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm)
- [Learn REST: A RESTful Tutorial](https://restapitutorial.com/) - [Learn REST: A RESTful Tutorial](https://restapitutorial.com/)