cheat.sh might be a bit more popular than Notion API. We know about 51 links to it since March 2021 and only 46 links to Notion API. 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 API (to store your automated notes) https://developers.notion.com. - Source: dev.to / about 1 month ago
Notion: https://developers.notion.com/. - Source: dev.to / 9 months ago
Obtain Notion API Token: Go to the Notion Developer Page, create a new integration, and get the API Token. - Source: dev.to / 12 months ago
The โUpdate Contentโ action that downloads content from Notion API and commits the changes. - Source: dev.to / about 1 year 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 / over 1 year ago
Cheat.sh [0] has been a godsend when the man pages are too dense and I just want to use the tool and move on with my life. [0] http://cheat.sh/. - Source: Hacker News / almost 2 years ago
I like what you're doing with this, never used cheat.sh before but had a little look around and great idea :) I've not tested everything, I seen something about find and thought I could help. Source: over 2 years ago
Query http://cheat.sh for help with a command. Source: over 2 years ago
Try cheat.sh perfect when your in the shell, working. Source: over 2 years ago
There is also the awesome resource - cheat.sh where you can get info about many programming languages, for example, to get info about PowerShell's Get-ChildItem command you can just issue a command curl cheat.sh/powershell/Get-ChildItem in your terminal or go to https://cht.sh/powershell/Get-ChildItem in your browser and get the following output:. Source: over 2 years ago
Sync2Sheets - Give Notion the superpowers of Google Sheets
explainshell - Match command-line arguments to their help.
The Ultimate SEO Prompt Collection - Unlock Your SEO Potential: 50+ Proven ChatGPT Prompts
150 ChatGPT 4.0 prompts for SEO - Unlock the power of AI to boost your website's visibility.
Midjourney Prompts Generator - Upgrade your Midjourney experience with better prompts
cheat - Cheat allows you to create and view interactive cheatsheets on the command-line.