GitHub - hkob/notion_ruby_mapping: Notion to Ruby object mapping tool
notion_ruby_mapping | RubyGems.org | your community gem host
Notion Ruby Mapping Public API Reference
<aside> 💡 Please create a client before you use the following class.
NotionRubyMapping.configure { |c| c.token = "secret_XXXXXXXXXXXXXXXXXXXX" } # write directly
NotionRubyMapping.configure { |c| c.token = ENV["NOTION_API_TOKEN"] } # from environment
</aside>
Database and page access sample
RichTextArray and RichTextObject sample
NotionTimeRecorder & GTD template