1
Reply

What is REST full web API?

vikesh kumar

vikesh kumar

6y
485
0
Reply

    REST means Representational state transfer is an architectural style, which has defined guidelines for creating services which are scalable. REST used with HTTP protocol using its verbs GET, POST, PUT and DELETE.