notion-api-worker icon indicating copy to clipboard operation
notion-api-worker copied to clipboard

Notion as CMS with easy API access

Results 39 notion-api-worker issues
Sort by recently updated
recently updated
newest added

My `pageId` is `be69a36ae0a447bc8c3d36a803be48da`, and it threw exception error 1101. The subpage in it works well.

Bumps [tar](https://github.com/npm/node-tar) from 5.0.5 to 5.0.11. Commits c013549 5.0.11 c249106 drop dirCache for symlink on all platforms df64c4d 5.0.10 82eac95 fix: prevent path escape using drive-relative paths 1739408 fix: reserve...

dependencies

Currently the list is limited to 100 lines. In Notion's API it is possible to pass a cursor to get information from a specific part of the table

I tested the API with a large table and realized that only the first few items are returned. Is it possible to ask the API to fetch the next items?

Hi. Currently it seems that we can get only the part of date (`YYYY-MM-DD`), so I also want to get the part of time (`HH:mm`) if a property has

Hi, I'm getting a 400 error whenever I try to load an image that's stored as a file in a private table. I'm using my own worker with the correct...

Since Notion has launched their API in public beta - https://developers.notion.com/ Would be great if that’s integrated directly.

While working on adding support for collections to `react-notion`, I've come across some high level issues. - The current version only ever fetches data for the first collection, but if...

Thanks for sharing this nice work and react-notion as well. I'm trying to host it using Cloudflare, but it is a little bit difficult for me because I don't have...

I have a use case where multiple users will be making use of a tool and so self-hosting and changing the `NOTION_TOKEN` as recommended wouldn't be a viable solution. I've...