Saved Bookmarks
| 1. |
Explain What Is Rest Api? |
|
Answer» It is a set of functions to which the developers performs requests and receive responses. In REST API interaction is made via HTTP protocol REST – STANDS for Representational State Transfer, it is quickly BECOMING DEFACTO standard for API creation. It is a set of functions to which the developers performs requests and receive responses. In REST API interaction is made via HTTP protocol REST – stands for Representational State Transfer, it is quickly becoming defacto standard for API creation. |
|