wadl-client
v2.0.0
Published
Generate a Javascript client for a web API providing a WADL description
Downloads
40
Readme
wadl-client
Generate a Javascript client for a web API providing a WADL description.
See rbelouin/wadl2json for generating a swagger json from a WADL file.
How to use
There is no documentation at the moment. Please refer to the tests for learning how to use the wadl-client.
How to build
Please install node and npm on your system. Then:
npm install
npm test