What is REST API? A Beginner's Guide
REST API stands for REpresentational State Transfer API(Application Programming Interface). In simple words, as an overview i say.. REST API = HTTP Verb + URL of the Website/Server you are accessing. Hey, wait..i know you didn't understood. What's this HTTP Verb and all...but wait.... we'll understand everything in very simple, short and precise way. Suppose, you are going to access a particular website... Let's take Amazon Prime...you want to purchase it's subscription...so what will happen?...umm... It will expose it's end point to us

REST API stands for REpresentational State Transfer API(Application Programming Interface). In simple words, as an overview i say.. REST API = HTTP Verb + URL of the Website/Server you are accessing.
Hey, wait..i know you didn't understood. What's this HTTP Verb and all...but wait.... we'll understand everything in very simple, short and precise way.
Suppose, you are going to access a particular website... Let's take Amazon Prime...you want to purchase it's subscription...so what will happen?...umm...
It will expose it's end point to us