klibnotion
klibnotion copied to clipboard
Implement sorting by `timestamp` in query database api
The Query a database endpoint accepts an array of sort objects in the sorts
body parameter.
The sort object can contain a timestamp
property with possible values "created_time"
and "last_edited_time"
.
Currently, the library only provides PropertySort
.
See https://developers.notion.com/reference/post-database-query