Tagged Questions
3
votes
2answers
873 views
How to build good documentation with REST API in Rails?
Currently, I am working on building RESTful web service in Rails. I am looking for some ways to build a good documentation in my Rails RESTful web service. I found some ways to do it:
Wiki like ...
1
vote
1answer
477 views
Documenting POST parameters with WADL
Looking at the current version of the WADL proposal, I couldn't quite figure out how to document POST request parameters (with application/x-www-form-urlencoded encoding).
I've seen something like ...
0
votes
0answers
100 views
How do I generate a list of what resources are available in HTML in Jersey?
I would like for my web service to provide a handy reference to all available end points from each resource root that is requested with a html content type. It seems like all the data needed to ...