How do RESTful APIs interact with resources?

Single Choice
Views 63

Answer:

RESTful APIs use standard HTTP methods to interact with resources:

  • GET → Retrieve a resource
  • POST → Create a new resource
  • PUT → Update an existing resource
  • DELETE → Remove a resource

A resource can be an object, file, or a database table row.

Related Articles:

This section is dedicated exclusively to Questions & Answers. For an in-depth exploration of Continuous Integration, click the links and dive deeper into this subject.

Join Our telegram group to ask Questions

Click below button to join our groups.