Welcome to the worst API documentation ever!
I created this wrapper to simplify how students use the Google Sheets API.
Use the endpoints below to send a GET request:
Each call gets all rows and values of the specified range
https://sheets.vsueiro.com/api/readParameters:
Example:
https://sheets.vsueiro.com/api/read?id=GoogleSheetsID&range=TabNameOrRange
Each call appends a new row to the Google Sheet, with the value(s) of the “row” param
https://sheets.vsueiro.com/api/writeParameters:
Example:
https://sheets.vsueiro.com/api/write?id=GoogleSheetsID&range=TabNameOrRange&row=["Abc",123]
The above example would create a new row with 2 cells (filled with "Abc" and 123)
This API only works with a few magic* spreadsheets. You need to share your spreadsheet with an email address that Google Cloud has automatically created for you. This email should have editor privilege.