The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.005 - 2015-05-18

  • Updating for release of version 0.005 Changed dependencies to Test::Warnings (Ivan Wills) Fixing documentation (Ivan Wills) Added missing module/file tests and updated code to latest standards (Ivan Wills) Added missing module test (Ivan Wills) Updated license (Ivan Wills) Added missing method documentation (Ivan Wills) Fixed the version numbers (Ivan Wills) Removed unneeded tag (Ivan Wills) Added specific Test::More version for the features being used (Ivan Wills) Added config for coveralls.io (Ivan Wills) Added more details about generated client (Ivan Wills) Changed to test README.pod (Ivan Wills) Updated date (Ivan Wills) Added use warnings to make perlcritic happy (Ivan Wills) Added return to make perlcritic happy (Ivan Wills) Removed WWW::Mech as a runtime dependency (Ivan Wills) Correct location logic so that XML::Rabbit passes the value on correctly (Ivan Wills) Fixed manifest (Ivan Wills) Fixed travis-ci config (Ivan Wills) Merge branch 'master' of github.com:ivanwills/W3C-SOAP-WADL (Ivan Wills) Updated dependencies (Ivan Wills) Added travis config (Ivan Wills) Merge branch 'master' of github.com:ivanwills/W3C-SOAP-WADL (Ivan Wills) Added downloading WADLs if passed as a URL (Ivan Wills) Changed to default module name to base (Ivan Wills) Updated dependencies (Ivan Wills) Starting to produce XSD files along with WADLs (Ivan Wills) Changed schemas to use new lib (Ivan Wills) Helper for loading XSD files (Ivan Wills) Trying to get XSDs in (Ivan Wills) Factored out path -> name to reuse (Ivan Wills) Added try/catch around method generation so that working methods can be generated (Ivan Wills) Fixed repeated "use" statements (Ivan Wills) Fixed other extranious (non-perl) characters from appearing in module names (Ivan Wills) Fixed generating of class file names from paths (Ivan Wills) Mojolicious appears to have changed headder formatts so dependency bumpped and changed made (Ivan Wills) Updated tests (Ivan Wills) Fixed abstracts to match spec per http://neilb.org/2014/02/19/compliant-abstract.html (Ivan Wills) Merge branch 'master' of github.com:ivanwills/W3C-SOAP-WADL (Ivan Wills) Fixed typo for spelling test (Ivan Wills) Adding tag files (Ivan Wills) Fixed file rename (Ivan Wills) Added correct use statements rather rely on the fact that the modules have been loaded else where (Ivan Wills) white space fixes (Ivan Wills) white space fixes (Ivan Wills) Working on documentation (Ivan Wills) Removed XSD references (Ivan Wills) Made names more understandable (Ivan Wills) Renamed to match W3C::SOAP's naming convention (Ivan Wills) Changed to allow the dynamic creation of modules (Ivan Wills) Changed to support generating module name if module_base is supplied (Ivan Wills)

Documentation

Parses a WADL file to generate a REST client

Modules

The base object for WADL clients.
The representation of the WADL document
Container for WADL doc element
Container for WADL grammars
Container for WADL link elements
Container for WADL method elements
Container for WADL option elements
Container for WADL param elements
Container for WADL representation elements
Container for WADL request elements
Container for WADL resource elements
Container for WADL resource type elements
Container for WADL resources elements
Container for WADL response elements
Provides ability to map inputted request object to response object.
Parameters needed for WADL operations.
Parses a WADL file and produces a client for calling the specified webservice.
Defines the extra attribute parameters for WADL parameters.
WADL related utilities
Container for WADL XSD includes