notion-ruby
notion-ruby copied to clipboard
Unofficial Notion Client for Ruby.
Every time I try to write or do anything else than just reading Blocks terminal tells me that the method I'm trying to use doesn't exist. I have no Idea...
Collections API fails for me for the system-installed ruby 2.5.1 because of `filter` call. This PR bumps the restriction on `ruby` version.
Hi @danmurphy1217 - thanks for this gem! Was wondering if you're planning to add support for the official API? Would love to help if so.
Using the first key as the title key from `properties` on pages that were created via template gets the template title instead of the page's title 🤔 . Just use...
I am trying to add a column with the `add_property` method but it returns an error. I am getting the same error when I call `rows` on collection. ``` irb(main):004:0>...