Which API architectural style is known for using a single endpoint and a query language to retrieve data?

  • GraphQL
  • REST
  • SOAP
  • gRPC
The API architectural style known for using a single endpoint and a query language to retrieve data is GraphQL. GraphQL allows clients to request exactly the data they need using a single endpoint, making it flexible and efficient for data retrieval in modern web applications.
Add your answer
Loading...

Leave a comment

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