From 277d7815b94d0b45d4f800737c1a5a478bc9a3d7 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sat, 14 Jan 2023 15:05:33 +0400 Subject: [PATCH] Update src/roadmaps/aspnet-core/content/109-api-clients/100-rest/index.md --- .../aspnet-core/content/109-api-clients/100-rest/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roadmaps/aspnet-core/content/109-api-clients/100-rest/index.md b/src/roadmaps/aspnet-core/content/109-api-clients/100-rest/index.md index 61f570e61..14c9fc632 100644 --- a/src/roadmaps/aspnet-core/content/109-api-clients/100-rest/index.md +++ b/src/roadmaps/aspnet-core/content/109-api-clients/100-rest/index.md @@ -1,4 +1,4 @@ -# Rest +# REST REST (Representational State Transfer) is an architectural style for building web services. It is based on the principles of the HTTP protocol, and it uses the conventions of HTTP to create a standard interface for interacting with web services.