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

add learn restfull api tutorial (#1273)

This commit is contained in:
Wahyu Rahmana
2022-08-04 05:10:21 -07:00
committed by GitHub
parent 2e92289203
commit c4b58bb2f1

View File

@@ -7,3 +7,4 @@ REST, or REpresentational State Transfer, is an architectural style for providin
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.codecademy.com/article/what-is-rest'>What is REST?</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.redhat.com/en/topics/api/what-is-a-rest-api'>What is a REST API?</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm'>Roy Fielding's dissertation chapter, "Representational State Transfer (REST)"</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://restapitutorial.com/'>Learn REST: A RESTful Tutorial</BadgeLink>