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

Effortless Notion integrations with Laravel

Results 11 laravel-notion-api issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

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...

bug
currently not supported

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...

enhancement

**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...

enhancement