Based on our record, Notion API should be more popular than Sheety. It has been mentiond 45 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Notion: https://developers.notion.com/. - Source: dev.to / 5 months ago
Obtain Notion API Token: Go to the Notion Developer Page, create a new integration, and get the API Token. - Source: dev.to / 7 months ago
The “Update Content” action that downloads content from Notion API and commits the changes. - Source: dev.to / 9 months ago
// composeApp/src/commonMain/kotlin/api/QueryDatabaseRequest.kt Package api Import kotlinx.serialization.SerialName Import kotlinx.serialization.Serializable /** * https://developers.notion.com/reference/post-database-query */ @Serializable Data class QueryDatabaseRequest( @SerialName("start_cursor") val startCursor: String? = null, @SerialName("page_size") val pageSize: Int? = 100, ) { ... - Source: dev.to / 11 months ago
Our public API uses Notion.com: https://developers.notion.com/ Switching the product and marketing sites would take a lot of work for unclear/low benefit since at this point we’ve learned the .so lessons and have a good reputation. Given the choice of projects like “scale infra so we stay online and fast-ish”, “improve search”, or “notion dot com”, Notion dot com ends up below the cut line. - Source: Hacker News / over 1 year ago
Neat! This seems very similar to Sheety[0], which I've used a bunch of times before (and found a few bugs...). Do you have any plans to open source? [0]https://sheety.co. - Source: Hacker News / about 1 year ago
You can just use retool alone or if you still want to use bubble maybe the easiest way would be to use https://sheety.co. Source: about 2 years ago
Well there’s https://sheety.co that provides an api to write to google sheets. You just need to set up the fetch mechanism on your web page. Source: over 2 years ago
Https://sheety.co/ I found this website, where I can have the API with the needed google sheet and with the API request/response, I am getting the required details. Source: over 2 years ago
Calling a 3rd party API: There is a complete ecosystem providing "google-sheets-as-DB". I personally tested and recommend https://sheetson.com/ but there are a lot more with free tiers https://sheetsu.com/ https://sheety.co/. Source: about 3 years ago
Sync2Sheets - Give Notion the superpowers of Google Sheets
Sheetsu - Turn Google Spreadsheet into API
Google forms to Notion - Supercharge Notion with Google Form ⚡️
Sheet 2 Site - Generate a website from 📗 Google Sheets
Unofficial Webhooks for Notion - Receive Webhooks from your Notion Workspace
SheetBest - Turn a Google SpreadSheet into a JSON Database API