From 5e4e79c76c51a08315b3622ed38286cc5fc407a4 Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Mon, 17 Oct 2022 03:38:41 +0000 Subject: [PATCH] Resources added for REST (#2554) --- .../content/110-apis-and-integrations/103-rest.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/114-software-architect/content/110-apis-and-integrations/103-rest.md b/content/roadmaps/114-software-architect/content/110-apis-and-integrations/103-rest.md index e1a7c1cc4..e668a9e28 100644 --- a/content/roadmaps/114-software-architect/content/110-apis-and-integrations/103-rest.md +++ b/content/roadmaps/114-software-architect/content/110-apis-and-integrations/103-rest.md @@ -1 +1,10 @@ -# 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)" +Learn REST: A RESTful Tutorial