go_google

package module
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2023 License: MIT Imports: 0 Imported by: 0

README

Google API utilities

Go packages for accessing google APIs.

These are not really production quality packages, nor are they maintained or supported. They're simplistic mechanisms implemented to solve specific problems in code that the author has been writing for his own use. They are provided as examples and because using private repositories with Google modules is currently a tad tricky.

If you need this functionality consider copying the code into your own project and modifying to fit your need.

See the source for documentation.

oauth2

Generate and use OAuth2 tokens for API access.

This requires a project to be configured via the Google developer console, which kind of requires the user to have their own domain.

sheets

Simplify some nteractions with Google Sheets.

Documentation

Overview

Package go_google provides utilties for using the Google API.

These are not really production quality packages, nor are they maintained or supported, they're simplistic mechanisms implemented to solve specific problems in code that the author has been writing for his own use. They are provided as examples and because using private repositories with Google modules is currently a tad tricky.

If you need this functionality consider copying the code into your own project and modifying to fit your need.

Directories

Path Synopsis
cmd
authorize
The authorize command acquires an initial access token for Google API usage.
The authorize command acquires an initial access token for Google API usage.
Package drive provides simple utilities for use with various Google APIs.
Package drive provides simple utilities for use with various Google APIs.
sheets
Package sheets provides simple utilities for use with the Google Sheets API.
Package sheets provides simple utilities for use with the Google Sheets API.
Package oauth2 handles authentication and client initiation for Google APIs.
Package oauth2 handles authentication and client initiation for Google APIs.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL