Matthew
Results
82
issues of
Matthew
Notion has silently added support for uploading files (ie: images) which can then be included within your pages. https://developers.notion.com/reference/file-object Note the new file object type of 'file_upload'. https://developers.notion.com/reference/file-object#files-uploaded-in-the-api-type-file_upload It appears...
enhancement
**Describe the bug** Using findAll() to retrieve all users only returns the first 100 users. Notion API docs indicate you must paginate using the 'next_cursor' after checking 'has_more' in the...
bug