The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Moo::Google::Services - generate classes, attributes and methods for appropriate API methods using Moose::Meta::Class

VERSION

version 0.03

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

AUTHOR

Pavel Serikov <pavelsr@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Pavel Serikov.

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