module GoogleApiSpike

Overview

TODO Write documentation for GoogleApiSpike

Defined in:

google_api_spike.cr
google_api_spike/version.cr

Constant Summary

CREDENTIALS_FILE_NAME = "application_default_credentials.json"
HOME_VAR = "HOME"
VERSION = "0.1.0"
WELL_KNOWN_PATH = File.join(".config", "gcloud", CREDENTIALS_FILE_NAME)

Class Method Summary

Class Method Detail

def self.generate_access_token_request(credentials, options = {} of Symbol => String) : Hash(String, String) #

[View source]
def self.main #

[View source]
def self.read_json_creds(path) #

[View source]