From d03f91cb01897ddfd4fbb8f919db2f4a53216d2c Mon Sep 17 00:00:00 2001 From: Mark Rossetti Date: Thu, 20 Jan 2022 21:24:15 -0800 Subject: [PATCH] Add link to Roy Fielding's paper (#1017) * Add link to Roy Fielding's paper The backend diagram makes reference to Roy Fielding's dissertation. I thought it would be helpful to have a direct link to his paper for convenience. * Update 100-rest.md Co-authored-by: Kamran Ahmed --- .../roadmaps/101-backend/content/109-apis/100-rest.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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)"