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.
NotionCache.instance.create_client "secret_XXXXXXXXXXXXXXXXXXXX" # write directly
NotionCache.instance.create_client ENV["NOTION_API_TOKEN"] # from environment
</aside>
Database and page access sample
RichTextArray and RichTextObject sample