Skip to content
#

notion-api

Here are 337 public repositories matching this topic...

marekhvolka
marekhvolka commented Nov 15, 2021

Please, can we add a check to the defaultMapImageUrl for the signed URLs? So when we have a signed URL for a specific block, we will use it instead of the native URL. This was the only reason I had to override the mapImageUrl method and I guess, it would be better to have this built-in (it took some time to figure it out as well)

Something like:

if (data.signed_urls && data.signed_u
enhancement good first issue help wanted
notion-sdk-py
stereorobin
stereorobin commented Oct 7, 2021

Hello,
I'm having problems creating a database, mostly due to lack of any examples.
I can create a page just fine, but am having problems with databases.
I think I just get type/format of the title and properties wrong.

Would be great to have an example of how to create a database with a title and a text property.

Thanks for your great work!

documentation enhancement good first issue
KoditkarVedant
KoditkarVedant commented Feb 27, 2022

Notion has added support for adding, updating, and retrieving the caption property for code block types.

Below is an example response from append block children containing a code block, with a caption, uploaded to Notion.

{
    "object": "list",
    "results": [
        {
            "object": "block",
            
enhancement good first issue help wanted up for grabs
orlowdev
orlowdev commented May 18, 2021

Currently, a databaseId option is required. gatsby-source-notion-api only allows fetching data from the database provided via that option. Technically, it is possible for a Notion integration to have access to multiple databases. In this case, you could choose which pages to pull from which database.

enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the notion-api topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the notion-api topic, visit your repo's landing page and select "manage topics."

Learn more