The _____ architectural style for APIs uses HTTP methods and status codes, and URIs for identifying resources.

  • GraphQL
  • REST
  • SOAP
  • WebSocket
The blank should be filled with "REST." The REST architectural style is a commonly used approach for designing Web APIs, which utilizes HTTP methods, status codes, and URIs to identify and interact with resources. It is known for its simplicity and scalability.
Add your answer
Loading...

Leave a comment

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