Class: Fetcher::Notion::Base
- 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.
Direct Known Subclasses
BirthdayNextWeek, BirthdayToday, PtoNextWeek, PtoToday, WorkItemsLimit
Constant Summary collapse
- NOTION_BASE_URL =
"https://api.notion.com"
Instance Attribute Summary
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Fetcher::Base