InterviewSolution
| 1. |
What Exactly Do You Know About The Rest Api? |
|
Answer» DEVELOPERS often have to make requests and have to receive responses. REST API is nothing but a set of functions through which developers can perform the same task. The best thing is it can easily be accessed or can be made available through HTTP protocol. The developers can always make sure of reliability as WELL as the FUNCTIONALITY of the tasks and the good thing is they are all SIMILAR to each other which makes them simple to handle and OPERATE. Developers often have to make requests and have to receive responses. REST API is nothing but a set of functions through which developers can perform the same task. The best thing is it can easily be accessed or can be made available through HTTP protocol. The developers can always make sure of reliability as well as the functionality of the tasks and the good thing is they are all similar to each other which makes them simple to handle and operate. |
|