------------------------Follow-------------------
My Website - http://www.codebind.com
My Blog - https://goo.gl/Nd2pFn
My Facebook Page - https://goo.gl/eLp2cQ
Google+ - https://goo.gl/lvC5FX
Twitter - https://twitter.com/ProgrammingKnow
Pinterest - https://goo.gl/kCInUp
Text Case Converter - https://goo.gl/pVpcwL
Epoch Timestamp Converter - https://goo.gl/Zedjo5
Decimal - Binary - Hexadecimal Converter - https://goo.gl/rkX3JE
8-bit Checksum Calculator - https://goo.gl/inxvIT
-------------------------Stuff I use to make videos -------------------
Windows notebook – http://amzn.to/2ADOPrW
Apple MacBook Pro – http://amzn.to/2AC0WG2
Microphone – http://amzn.to/2AC1kV0
notebook mouse – http://amzn.to/2BmeZ2d
What is REST ? What is a RESTful API ?
Find more such tutorials on - http://www.codebind.com
What is REST ? What is a REST API ?
REST is an architectural style which is based on web-standards and
the HTTP protocol. This style was initially described by Roy Fielding in 2000. Roy Fielding was also One of the principal authors of the HTTP specification. REST stands for REpresentational State Transfer.
The architectural style of the web.
So what does that even mean??
REST is a set of design criteria and not the physical structure (architecture) of the system REST is not tied to the ‘Web’ i.e. doesn’t depend on the mechanics of HTTP ‘Web’ applications are the most prevalent – hence RESTful architectures run off of it.
Representational State Transfer refers to transferring "representations". You are using a "representation" of a resource to
transfer resource state which lives on the server into application state on the client.