Class: Gcstore_gs

Gcstore_gs(config)

new Gcstore_gs(config)

Google Sheets data store
Parameters:
Name Type Description
config Object configuration
Properties
Name Type Description
cred_path string path to credentials.json
Source:

Extends

Methods

(abstract) get(key)

Fetch data from this data store
Parameters:
Name Type Description
key string key, usage is subclass dependent
Overrides:
Source:

(abstract) init()

Initialize this data store. Will be executed during module:gcapp~Gcapp#init
Overrides:
Source:

(abstract) put(key, val)

Save data to this data store
Parameters:
Name Type Description
key string key, usage is subclass dependent
val Any value to save
Overrides:
Source:

(abstract) shutdown()

Shut down this data store
Inherited From:
Source: