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

Changes for version 0.03 - 2018-10-03

  • This is a fork of Moo::Google v0.03 which appears to have been abandoned, original author unresponsive since January, 2018. Many thanks for his work.
  • Renamed module to WebService::Google::Client.
  • Modified test directory locations so they'll run with properly with "dzil test".
  • Made cursory changes to tests so they will pass and removed event test that was badly designed.
  • General quality improvement of distribution and Dist::Zilla configuration made.
  • This is not a feature release but will help set stage for future improvements.

Documentation

CLI tool for easily getting of Google Mojo access tokens. Supports multiple users

Modules

Server-side client library for any Google App API. Based on Moose
Provide universal methods to fetch tokens from different types of data sources. Default is jsonfile
Specific methods to fetch tokens from JSON data sources
Specific methods to fetch tokens from DBI data source (not written yet)
Specific methods to fetch tokens from MongoDB data source (not written yet)
Credentials for particular Client instance. You can use this module as singleton also if you need to share credentials between two or more modules
Methods for working with Google API discovery service
Mojolicious::Lite web server for getting Google Mojo tokens via Oauth 2.0
generate classes, attributes and methods for appropriate API methods using Moose::Meta::Class
User Agent wrapper for working with Google APIs