laravel-notion-api
laravel-notion-api copied to clipboard
Effortless Notion integrations with Laravel
I'd like to use the compound filters (currently a TODO comment) when querying a database. Specifically, I would like to use an "and" filter to add two filters at the...
setFiles
I can see in the Entities\Properties - Files is listed as property, however, setFiles() function is not present in the Page.php.. Is this something that can be added? Thank you...
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...
**Describe the bug** When I use Filter::rawFilter to query a Notion database on a status property type, a validation error is returned. **To Reproduce** Set the filter and send the...
When there is an exception, I need to know if it's related to rate limits, and if it is, I then need to get the 'Retry-After' header to determine my...
**Describe the bug** When trying to update a page, it fails with a client exception due to the incorrect JSON format sent to Notion. **To Reproduce** The following code: ```php...
**Is your feature request related to a problem? Please describe.** Right now you can retrieve the content of a page (child blocks) with all the notion raw data, like annotations...
**Is your feature request related to a problem? Please describe.** At the moment, when retrieving a page using the pages() endpoint, the result returns a maximum of 25 references for...