Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

RESTful API with a REST Client - English

3420 visits



Outline:

- What is REST client? - Introduction to Postman client - How to check whether RESTful API is implemented in a website? - Using Postman client how to - Retrieve data using GET method - Create a new node using POST method - Modify an existing node using PATCH method - Delete an existing node using DELETE method