Skip to content

Releases: sunnydsouza/notion-api-py

v1.0.2

01 May 15:52
Compare
Choose a tag to compare

Fix

  • notion_api_py: Minor fixes in import statements (6f0fa67)

Documentation

  • readme: Updated docs with images. (aa91942)

v1.0.1

09 Apr 02:44
Compare
Choose a tag to compare

Fix

  • 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)

v1.0.0

08 Apr 15:25
Compare
Choose a tag to compare

v1.0.0 (2022-04-08)

Feature

  • 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)

Documentation

  • README: Updated readme with initial usage instructions. (6a508bb)