- notion_api_py: Minor fixes in import statements (
6f0fa67
)
- readme: Updated docs with images. (
aa91942
)
- github actions: Added poetry add flake8 to ci pipeline. Other minor fixes. (
fe0f605
) - pyproject: Removed flake8 from package dependencies (
02316b5
) - pyproject: Removed flake8 from package dependencies (
f4eded1
)
- notion_collection_view_filter: Added ability to dynamically set filters on Notion UI (unoffical api) (
6950998
) - notion_collection_view_filter: Added ability to dynamically set filters on Notion UI (unoffical api) (
db9171c
) - notion_filter: Ability to apply filter on notion databases in very human friendly way (
79b6182
) - notion_relation: Added class to handle notion relations. Helps overwrite/append to existing relations in database. (
9013436
) - notion_properties: Added class that allows one to read properties from any database page and also dynamically generate json body request (used in api calls) (
1bf98bf
) - notion_page: A wrapper notion page class which gives update/delete/fetch properties capabilities to any class that extends it. (
6446340
) - notion_database: A wrapper notion database class which gives basic add/delete/update/filter capabilites to any class that extends it. (
a0e44a4
) - notion-api: Added base wrapper around the notion endpoints per version 2021-08-16 (https://developers.notion.com/reference) (
fe44760
)
- Added ability to dynamically set filters on Notion UI (unoffical api) (
6950998
)