NAME
WebService::Google::Client::Services - generate classes, attributes and methods for appropriate API methods using Moose::Meta::Class
VERSION
version 0.06
METHODS
generate_one
generate method-chained classes for particular api
$self->generate_one('calendar');
or
$self->generate_one({ api => 'calendar', version => 'v3' });
generate_all
generate method-chained classes for all APIs
AUTHORS
Pavel Serikov <pavelsr@cpan.org>
Peter Scott <peter@localshop.com.au>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017-2018 by Pavel Serikov, Peter Scott and others.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.