In a RESTful API, the HTTP method _____ is used to read a resource.
- DELETE
- GET
- POST
- PUT
In a RESTful API, the HTTP method "GET" is used to read a resource. The GET request is used to retrieve data from the server without making any changes to the resource.
Loading...
Related Quiz
- What tools and techniques can be used for automating the performance testing of APIs?
- One of the challenges in automated API testing is ensuring that the tests are ________ and easy to maintain.
- SOAP uses _____ for message format, while REST typically uses _____.
- How can you ensure data validation in an API implemented using Flask or Express?
- In web development, APIs enable the creation of applications that can ________ without needing to understand how the other systems work internally.