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

NAME

WWW::Google::APIDiscovery::Result - Result handler for the module WWW::Google::APIDiscovery.

VERSION

Version 0.05

DESCRIPTION

Result handler for the module WWW::Google::APIDiscovery & exposes the result data to user.

METHODS

api_id()

Returns the API Id.

api_title()

Returns the API Title.

api_name()

Returns the API Name.

api_description()

Returns the API Description.

api_protocol()

Returns the API Protocol.

api_version()

Returns the API Version.

api_base_path()

Returns the API Base Path.

api_kind()

Returns the API Kind.

api_resources()

Returns the API Resources information as HashRef.

api_icons()

Returns the API Icons information as HashRef.

api_auth()

Returns the API Authorization information as HashRef.

api_schemas()

Returns the API Schemas information as HashRef.

api_labels()

Returns the API Labels information as ArrayRef.

api_features()

Returns the API Features information as ArrayRef.

api_documentation_link()

Returns the API Documentation Link.

AUTHOR

Mohammad S Anwar, <mohammad.anwar at yahoo.com>

BUGS

Please report any bugs or feature requests to bug-www-google-apidiscovery at rt.cpan.org or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-Google-APIDiscovery. I will be notified and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc WWW::Google::APIDiscovery::Result

You can also look for information at:

LICENSE AND COPYRIGHT

Copyright 2011 Mohammad S Anwar.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

DISCLAIMER

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.