phacks / notion-ruby-client

A Ruby client for the Notion API
MIT License
122 stars 26 forks source link

Add `Notion-Version` header to requests #1

Closed hummusonrails closed 3 years ago

hummusonrails commented 3 years ago

Notion now requires a custom header added to all requests to the API. This PR adds the header to all requests from the client.