The _____ architectural style for Web APIs uses a stateless communication mechanism, which ensures that each call from a client to a server is treated as a new request.
- GraphQL
- REST
- RPC
- SOAP
The REST (Representational State Transfer) architectural style for Web APIs uses a stateless communication mechanism, ensuring that each call from a client to a server is treated as a new request. RESTful APIs are known for their simplicity and scalability.
Loading...
Related Quiz
- To ensure the reliability of an API, it's important to implement _____ that can detect and alert on potential issues.
- You are responsible for testing a suite of microservices that interact with each other. How would you ensure that the integration points are tested effectively?
- What is the primary purpose of using GraphQL in an application?
- In OAuth 2.0, the ________ endpoint is used by the client to obtain an access token by presenting its authorization grant or refresh token.
- Which feature of Swagger allows developers to design, build, and document APIs directly in the browser?