Notion DB Client
latest
  • notiondb Documentation
    • Main Classes
      • Connector Object
      • Database Object
      • Row Objects
      • Schema Object
    • Types
      • Schema Property Objects
      • PropertyValue Objects
    • Module contents
  • About The Project
  • Getting Started
  • Package Overview
  • Contributing
  • License
  • Contact
Notion DB Client
  • »
  • notiondb Documentation
  • Edit on GitHub

notiondb Documentation

Main Classes

  • Connector Object
    • Connector
      • Connector.query_db()
      • Connector.create_db()
      • Connector.update_db()
      • Connector.get_db_schema()
      • Connector.add_row_to_db()
      • Connector.request()
  • Database Object
    • Database
  • Row Objects
    • Row
      • Row.from_schema()
      • Row.value
      • Row.notion
      • Row.delete()
      • Row.to_pandas()
  • Schema Object
    • Schema
      • Schema.labels
      • Schema.types
      • Schema.columns
      • Schema.notion
      • Schema.from_notion()
      • Schema.from_database()

Types

  • Schema Property Objects
    • SchemaProperty
      • SchemaProperty.type
      • SchemaProperty.key
      • SchemaProperty.id
      • SchemaProperty.name
      • SchemaProperty.config
      • SchemaProperty.notion
  • PropertyValue Objects
    • PropertyValue
      • PropertyValue.from_json()
      • PropertyValue.from_notion()
      • PropertyValue.notion
      • PropertyValue.value
      • PropertyValue.update()
      • PropertyValue.to_json()
      • PropertyValue.to_dict()
      • PropertyValue.to_notion()
    • TitlePropertyValue
      • TitlePropertyValue.update()
      • TitlePropertyValue.value
    • RichTextPropertyValue
      • RichTextPropertyValue.update()
      • RichTextPropertyValue.value
    • SelectPropertyValue
      • SelectPropertyValue.update()
      • SelectPropertyValue.value
    • MultiSelectPropertyValue
      • MultiSelectPropertyValue.update()
      • MultiSelectPropertyValue.value
    • NumberPropertyValue
      • NumberPropertyValue.update()
      • NumberPropertyValue.value
    • DatePropertyValue
      • DatePropertyValue.update()
      • DatePropertyValue.value
    • FormulaPropertyValue
      • FormulaPropertyValue.update()
      • FormulaPropertyValue.value
    • RelationPropertyValue
    • CheckboxPropertyValue
      • CheckboxPropertyValue.update()
      • CheckboxPropertyValue.value

Module contents

Previous Next

© Copyright 2022, Matt Prodani. Revision 680a1645.

Built with Sphinx using a theme provided by Read the Docs.