How do you document a REST API? Not just the documentation of what the resources are, but really what is the data that gets sent in the request and what the data is that gets se
The approach that I've decided on for my project is Enunciate. Seems to be the de facto standard for REST API documentation.