Friday, August 16, 2019

REST API

REST API works on Request & Response mode, there are two ways REST API can be requested

XML
JSON

RESTFUL --> Representational State of an Object

HTTP Methods

GET
PUT
POST
DELETE

** Before mostly people work with soap request

No comments:

Post a Comment