1
vote
4answers
821 views
Creating a REST client API
I'm currently looking into options for creating a client API for a RESTfull application. Up until now we have had WCF services to allow all application to connect to the Business Layer and we're …
0
votes
3answers
127 views
Should I describe REST services in a machine readable format?
Most REST interfaces I see are described with a simple web page describing the URL, the method, accepted input and returned result. For example the Amazon S3 or the Twitter API documentation.
But why …
1
vote
4answers
189 views
What is the reason for using wadl?
To describe restful we can say Every resource has its own URI. Using HTTP GET,POST,PUT,DELETE we can parse these resources. All the resources are representational. Who wants to use our resources, can …
0
votes
2answers
102 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
3answers
274 views
How do I generate C# code from WADL files?
I am looking for a code generator than can generate C# code to access RESTful web services described by WADL files in a way similar to how wadl2java works.
Doing som searching I came across the …
1
vote
1answer
537 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 …
1
vote
1answer
62 views
Where can I find a full WADL spec?
I've read a great example of a WADL file. I've also checked out the WADL2Java tool.
But I can't seem to find a full spec of the WADL format. I have many unanswered questions, mostly dealing with …
5
votes
1answer
198 views
Why the slow WADL uptake?
Hi, I've been researching WADL and am wondering why it isn't more widely adopted?
With the rate at which REST usage seems to be growing, I'm surprised that more development efforts don't use it.
…
