An integration architect is designing an API that must accept requests from API clients for both XML and JSON content over HTTP/1 1 by default.
Which API architectural style when used for its intended and typical purposes, should the architect choose to meet these requirements?
Reveal answer details Close answer details
Correct answerC
REST (Representational State Transfer) is an architectural style commonly used for designing networked applications, particularly APIs that need to handle multiple content types over HTTP.
References:
REST API Design:RESTful Web Services
Content Negotiation:HTTP Content Negotiation