/wadl-client

Generate a Javascript client for a web API providing a WADL description

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

wadl-client

Build Status

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