Class: Fetcher::Notion::Base

Inherits:
Base
  • Object
show all
Defined in:
lib/bas/fetcher/notion/base.rb

Overview

This class is an implementation of the Fetcher::Base interface, specifically designed for fetching data from Notion.

Constant Summary collapse

NOTION_BASE_URL =
"https://api.notion.com"

Instance Attribute Summary

Attributes inherited from Base

#config

Method Summary

Methods inherited from Base

#fetch, #initialize

Constructor Details

This class inherits a constructor from Fetcher::Base