phacks / notion-ruby-client

A Ruby client for the Notion API
MIT License
117 stars 25 forks source link

Add endpoints: PATCH /databases, PATCH /pages, GET /blocks, PATCH /blocks #14

Closed phacks closed 3 years ago

phacks commented 3 years ago

This PR adds the following endpoints:

It also changes the way some ids are passed are parameters, e.g. Notion now expects the more explicit block_id, database_id and page_id instead of id for any of those.