Skip to content

Instantly share code, notes, and snippets.

@alexandargyurov
Created June 8, 2020 18:29
Show Gist options
  • Select an option

  • Save alexandargyurov/f65b62c635e3dea9db18ab85c50dbf3b to your computer and use it in GitHub Desktop.

Select an option

Save alexandargyurov/f65b62c635e3dea9db18ab85c50dbf3b to your computer and use it in GitHub Desktop.
const notionTableData = await fetch(
"https://notion-api.splitbee.io/v1/table/4a900f47ce9143b59695cf25d8461893"
).then(res => res.json());
this.setState({ tableData: notionTableData })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment