Created
June 8, 2020 18:29
-
-
Save alexandargyurov/f65b62c635e3dea9db18ab85c50dbf3b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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