Tagged Questions

3
votes
2answers
840 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 ...
2
votes
3answers
4k views

WADL/WSDL 2.0 for RESTful services in Ruby on Rails

Is there any way of publishing the parameters expected by the RESTful methods in Ruby on Rails? Using SOAP, we can use WSDL, but does RoR implement WADL or WSDL 2.0 for RESTful services? Edit: I am ...