InterviewSolution
Saved Bookmarks
| 1. |
What is different between REST API and RESTful API? |
||||||||||||
|
Answer» REST (Representation State Transfer) API: It is basically an architectural style that makes PRODUCTIVE USE of existing technology and protocols of the web. It is a SET of rules that developers need to follow when they develop their API or services that are scalable. It is used with HTTP protocol using its verbs such as GET, DELETE, POST, PUT.
|
|||||||||||||