]> git.immae.eu Git - github/fretlink/tap-google-sheets.git/blob - config.json.example
Update stitch validate json to validate with python 3.8 path (#32)
[github/fretlink/tap-google-sheets.git] / config.json.example
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 }