Changes for version 0.14

  • Change: 27712515c258c94a9b0af1e72a09be63b180a659 Author: Peter Scott <peter@computerpros.com.au> Date : 2018-10-27 18:19:26 +0000
    • Bump Version 0.14
    • FIX PAUSE FAILED MY VERSIONING SCHEME
  • Change: 38626a8ec0cf935cfeef0c59793073d489ee1bf8 Author: Peter Scott <peter@computerpros.com.au> Date : 2018-10-27 18:04:35 +0000
    • Minor Version Bump 0.13.1 to push #8 fix into cpan
  • Change: 547edaba3db6511512abc1d54a3f1819457d1373 Author: Peter Scott <peter@computerpros.com.au> Date : 2018-10-27 17:48:33 +0000
    • Set min perl in build
    • #8
  • Change: e91aed3121ab59d61407f1b56b1e1f09fec5af26 Author: Peter Scott <peter@computerpros.com.au> Date : 2018-10-27 11:54:05 +0000
    • expand test coverage
  • Change: d7957983ab1ffc587f2f54279e8daa8933adc55e Author: Peter Scott <peter@computerpros.com.au> Date : 2018-10-27 11:31:08 +0000
    • Merge branch 'master' of https://github.com/pscott-au/WebService-GoogleAPI-Client
  • Change: 3a8b3c83ef3101f898edb532222079129399638f Author: Peter Scott <peter@computerpros.com.au> Date : 2018-10-27 11:31:02 +0000
    • client tests with http mocked
  • Change: 3b4f9aa79f60c9b2030a08d9478ff351c17c391e Author: Peter Scott <peter@shotgundriver.com> Date : 2018-10-27 07:36:21 +0000
    • Replace docs index
  • Change: f63268df4ddaffc2a57f73d90eeb0759814d7e93 Author: Peter Scott <peter@computerpros.com.au> Date : 2018-10-27 06:17:15 +0000
    • add favicon
  • Change: 7a83b4beb659bebfe20c07727946f4350ef5d5e4 Author: Peter Scott <peter@shotgundriver.com> Date : 2018-10-27 05:31:39 +0000
    • tests - injecting http response instead of pre-warming cache
  • Change: 3404e7428ecf6b2be4e254705bf49f610af8d8d9 Author: Peter Scott <peter@shotgundriver.com> Date : 2018-10-26 04:34:49 +0000
    • added text to speech example
  • Change: 4ffc258387b2dd6490e313eee38a0c740e9f5fea Author: Peter Scott <peter@shotgundriver.com> Date : 2018-10-25 21:10:22 +0000
    • Fix Minimum Perl Version - format breaking Travis
  • Change: cac98b82b034fcca922e79ab652d09bd7f9679f1 Author: Peter Scott <peter@shotgundriver.com> Date : 2018-10-25 20:58:08 +0000
    • cleanup
  • Change: c7565c2b38c7848e2d41dec2e3be30e2ce845061 Author: Peter Scott <peter@computerpros.com.au> Date : 2018-10-24 06:05:43 +0000
    • Extend Discovery test coverage
  • Change: 3022a5874516295b79a50ad56db78a3617e6ce8d Author: Peter Scott <peter@computerpros.com.au> Date : 2018-10-24 05:43:14 +0000
    • Refactor Discovery to include internal stats and added new pre-cached discovery test
  • Change: 9f2e8585e18a4d54710807223492534013941311 Author: Peter Scott <peter@shotgundriver.com> Date : 2018-10-23 22:23:32 +0000
    • Release V0.13 - Windows Installable Fixes
    • #7 #4
  • Change: f1d659e307d791956d0acec2c0d124de27bc170f Author: Peter Scott <peter@shotgundriver.com> Date : 2018-10-23 18:20:33 +0000
    • exclude gapi.json from examples and t
  • Change: 99184ec89afb5a007a49b9b2baadd0106bedb746 Author: Peter Scott <peter@shotgundriver.com> Date : 2018-10-23 18:14:41 +0000
    • Bump Version for Microsoft Github Release
  • Change: b0fdc2248a6142b19784adbd8c4fdd87a220dcf9 Author: Peter Scott <peter@shotgundriver.com> Date : 2018-10-23 16:51:39 +0000
    • dist.ini change borked on install
  • Change: 70945cc5588ba31d4514e25d87952315ef7cd25e Author: Peter Scott <peter@shotgundriver.com> Date : 2018-10-23 16:49:31 +0000
    • Refactor path handling for Windows/Unix using Path::Class
    • will test install on windows form repo
  • Change: dcaac2cd388ea3b41b56a6e149ed9765bf551b93 Author: Peter Scott <peter@shotgundriver.com> Date : 2018-10-22 22:57:42 +0000
    • blogger example
  • Change: afe41f54aadbd7f7d85c34ff1877e59e3c60cbd2 Author: Peter Scott <peter@shotgundriver.com> Date : 2018-10-21 21:46:14 +0000
    • Fix for #6 #4
    • #6 - List::Util is a core module but the uniq function was not provided until v1.45 which was included in an older version of Perl around 5.8 ish .. by setting the required version minimum this should guide auto installers to update. #4 - think previous fix was in wrong place - hacked in a validation of type in case unable to start HTTP transaction request.

Documentation

CLI tool with mini http server for negotiating Google OAuth2 Authorisation access tokens that allow offline access to Google API Services on behalf of the user.

Modules

API WebService OAUTH2 Client Agent to streamline access to GOOGLE API End-Point Services using Discovery Data
JSON File Persistence for Google OAUTH Project and User Access Tokens
Specific methods to fetch tokens from JSON data sources
Credentials for particular Client instance. You can use this module as singleton also if you need to share
Google API discovery service
User Agent wrapper for working with Google APIs