RESTful APIs use HTTP methods like GET, POST, PUT, and DELETE to perform operations on __________.

  • Databases
  • JavaScript
  • Resources
  • Web Servers
RESTful APIs use HTTP methods like GET, POST, PUT, and DELETE to perform operations on resources. These resources can be data objects, such as records in a database or other entities that the API interacts with.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *