Skip to content

Instantly share code, notes, and snippets.

@scroobius-pip
Created September 8, 2020 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scroobius-pip/1dd2d3bd66680b24d3ccf3e7c1cf621d to your computer and use it in GitHub Desktop.
Save scroobius-pip/1dd2d3bd66680b24d3ccf3e7c1cf621d to your computer and use it in GitHub Desktop.
fetch("https://api.sheetson.com/v2/sheets/"+sheetName, {
method: "POST",
headers: {
"Authorization": "Bearer YOUR_API_KEY",
"X-Spreadsheet-Id": "YOUR_SPREADSHEET_ID",
"Content-Type": "application/json"
},
body: JSON.stringify({name:"name",email:"email"})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment