NAME
wadl-parser - Parses a WADL file to generate a REST client
VERSION
This documentation refers to wadl-parser version 0.007.
SYNOPSIS
wadl-parser [option] package wadl_file_or_url
OPTIONS:
-s --show Show some info about the passed WADL file
-b --module-base[=]str
Let the program auto generate package names with this value
as the base of the module name. (Note packages names will
be valid but not pretty)
-n --namespace-map ns=package
A mapping of XSD namespaces (ns) to perl package names, it
is required when writing XSD files
-f --map-file[=]file
File that contains mappings of name
-l --lib[=]dir
Directory where generated modules should be writted, the
default is ./lib
-p --path[=]str
Extra template toolkit directories if you want to override
default templates.
-S --save Save all downloaded WADLs & XSDs
-v --verbose Show more detailed option
--version Prints the version information
--help Prints this help information
--man Prints the full documentation for wadl-parser
DESCRIPTION
The wadl=parser program generates static WADL clients that can be used by your own programs to talk to the WADL service.
The wadl-parser command can also (with the --show
flag) be used to give you a summary of what a WADL service provides.
SUBROUTINES/METHODS
CONFIGURATION AND ENVIRONMENT
DEPENDENCIES
INCOMPATIBILITIES
BUGS AND LIMITATIONS
There are no known bugs in this module.
Please report problems to Ivan Wills (ivan.wills@gmail.com).
Patches are welcome.
AUTHOR
Ivan Wills - (ivan.wills@gmail.com)
LICENSE AND COPYRIGHT
Copyright (c) 2013 Ivan Wills (14 Mullion Close, Hornsby Heights, NSW Australia 2077). All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.