notion-ruby icon indicating copy to clipboard operation
notion-ruby copied to clipboard

Unofficial Notion Client for Ruby.

Results 6 notion-ruby issues
Sort by recently updated
recently updated
newest added

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.

help wanted
good first issue

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

wontfix

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