InterviewSolution
Saved Bookmarks
| 1. |
Who can consume Web API? |
|
Answer» A large range of clients such as browsers, mobile devices, iPhone, etc., include or CONSUME WEB API. It is also good for using along native applications that require web services but not SOAP support. It can also be consumed by any CLIENT that supports HTTP verbs such as GET, DELETE, POST, PUT. |
|