How to map different UI views in a RESTful web application?
- by MicE
Hello,
I'm designing a web application, which will support both standard UIs (accessed via browsers) and a RESTful API (an XML/JSON-based web service). User agents will be able to differentiate between these by using different values in the Accept HTTP header.
The RESTful API will use the following URI structure (example for an "article"…