add learn restfull api tutorial (#1273)

pull/1170/head^2
Wahyu Rahmana 2 years ago committed by GitHub
parent dafaa96360
commit e78a46e016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      content/roadmaps/101-backend/content/109-apis/100-rest.md

@ -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>
Loading…
Cancel
Save