diff --git a/content/roadmaps/101-backend/content/109-apis/100-rest.md b/content/roadmaps/101-backend/content/109-apis/100-rest.md index 5088a865c..36dbc8e7c 100644 --- a/content/roadmaps/101-backend/content/109-apis/100-rest.md +++ b/content/roadmaps/101-backend/content/109-apis/100-rest.md @@ -1 +1,9 @@ -# Rest \ No newline at end of file +# REST + +REST, or REpresentational State Transfer, is an architectural style for providing standards between computer systems on the web, making it easier for systems to communicate with each other. + +Free Content + +What is REST? +What is a REST API? +Roy Fielding's dissertation chapter, "Representational State Transfer (REST)"