aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6fcb0b9..5752b64 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ This tap:
8 8
9- Pulls raw data from the [Google Sheets v4 API](https://developers.google.com/sheets/api) 9- Pulls raw data from the [Google Sheets v4 API](https://developers.google.com/sheets/api)
10- Extracts the following endpoints: 10- Extracts the following endpoints:
11 - [Spreadsheet File](https://developers.google.com/drive/api/v3/reference/files/get) 11 - [File Metadata](https://developers.google.com/drive/api/v3/reference/files/get)
12 - [Spreadsheet Metadata, Sheets, Headers](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/get) 12 - [Spreadsheet Metadata](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/get)
13 - [Spreadsheet Values](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/get) 13 - [Spreadsheet Values](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/get)
14- For each Sheet: 14- For each Sheet:
15 - Outputs the schema for each resource (based on the column header and datatypes of first row of data) 15 - Outputs the schema for each resource (based on the column header and datatypes of first row of data)
@@ -114,8 +114,7 @@ The [**Google Sheets Setup & Authentication**](https://drive.google.com/open?id=
114 { 114 {
115 "currently_syncing": "file_metadata", 115 "currently_syncing": "file_metadata",
116 "bookmarks": { 116 "bookmarks": {
117 "file_metadata": "2019-09-27T22:34:39.000000Z", 117 "file_metadata": "2019-09-27T22:34:39.000000Z"
118 "sheets_loaded": "2019-09-27T21:55:42.000000Z"
119 } 118 }
120 } 119 }
121 ``` 120 ```