What is the most standardized form how to describe a very simple REST service producing JSON responses? Something what WSDL is for XML (but here WSDL would be an obvious overkill and not recommended).
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
Responses from a REST service should be self-describing so having a separate description document would be redundant. |
|||
|
|
I don't think there is one. REST's lack of a WSDL-style service description is either a feature (greater simplicity, according to REST enthusiasts) or a major shortcoming (according to SOAP fans). |
|||
|
|
|
I came across this blog post which basically proposes using JSON for describing RESTful services. Thought its a brilliant idea and sharing it here: http://ttezel.github.com/blog/2013/02/23/stop-writing-rest-api-clients/ |
|||
|
|
WADLis not a good fit either. – Martin Jan 25 '12 at 10:48