Net::Google::GData - Handle basic communication with Google services


NAME

Net::Google::GData - Handle basic communication with Google services

Back to Top


VERSION

Version 0.01

Back to Top


SYNOPSIS

Net::Google::GData handles the basic communication details with Google services.

This module should normally only be used by modules subclassing GData.

Back to Top


FUNCTIONS

new

Typical constructor. You can optionally pass in a hash of data to set values. Unknown data/value pairs will be silently ignored.

get

post

put

delete

Back to Top


PRIVATE FUNCTIONS

_ua

Private method that creates and holds a LWP user agent.

Does not accept any parameters.

Back to Top


AUTHOR

Alan Young, <alansyoungiii at gmail.com>

Back to Top


BUGS

Please report any bugs or feature requests to bug-net-google-gdata at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

Back to Top


SUPPORT

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

    perldoc Net::Google::GData

You can also look for information at:

Back to Top


ACKNOWLEDGEMENTS

Back to Top


COPYRIGHT & LICENSE

Copyright 2007 Alan Young, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Back to Top

 Net::Google::GData - Handle basic communication with Google services