diff options
author | Jeff Huth <jeff.huth@bytecode.io> | 2019-11-13 17:03:56 -0800 |
---|---|---|
committer | Jeff Huth <jeff.huth@bytecode.io> | 2019-11-13 17:03:56 -0800 |
commit | 89643ba6fa98db82efd3246805ef801a8bfb5c81 (patch) | |
tree | 739027b4e827def2db81631c9d6ed58ec2b97809 /config.json.example | |
parent | 5f8005471d3affaaf23489df93a58ca64c3da3ca (diff) | |
download | tap-google-sheets-89643ba6fa98db82efd3246805ef801a8bfb5c81.tar.gz tap-google-sheets-89643ba6fa98db82efd3246805ef801a8bfb5c81.tar.zst tap-google-sheets-89643ba6fa98db82efd3246805ef801a8bfb5c81.zip |
Initial commit
Discovery mode works. Still working on normal sync.
Diffstat (limited to 'config.json.example')
-rw-r--r-- | config.json.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.json.example b/config.json.example new file mode 100644 index 0000000..159aafb --- /dev/null +++ b/config.json.example | |||
@@ -0,0 +1,8 @@ | |||
1 | { | ||
2 | "client_id": "YOUR_CLIENT_ID", | ||
3 | "client_secret": "YOUR_CLIENT_SECRET", | ||
4 | "refresh_token": "YOUR_REFRESH_TOKEN", | ||
5 | "spreadsheet_id": "YOUR_GOOGLE_SPREADSHEET_ID", | ||
6 | "start_date": "2019-01-01T00:00:00Z", | ||
7 | "user_agent": "tap-google-search-console <api_user_email@example.com>" | ||
8 | } | ||