Skip to content

Latest commit

 

History

History
126 lines (111 loc) · 1.93 KB

api.md

File metadata and controls

126 lines (111 loc) · 1.93 KB

potion.api.delete

  • block_delete

potion.api.get

  • block_children_retrieve
  • block_retrieve
  • database_retrieve
  • page_property_retrieve
  • page_retrieve
  • user_bot_retrieve
  • user_retrieve
  • users_list

potion.api.patch

  • block_children_append
  • block_update
  • database_update
  • page_update

potion.api.post

  • database_create
  • database_query
  • page_create
  • search

potion.objects.block

  • Block
  • Bulleted
  • Callout
  • Code
  • Heading1
  • Heading2
  • Heading3
  • Numbered
  • Quote
  • Todo
  • Toggle

potion.objects.common

  • Any
  • NotionObject
  • Null
  • Parent
  • Properties
  • recur_to_dict

potion.objects.database

  • Database

potion.objects.enums

  • Color
  • FilterCondition
  • FilterProperty
  • Language

potion.objects.error

  • Error

potion.objects.page

  • Page

potion.objects.pagination

  • Pagination

potion.objects.property

  • CheckBox
  • Date
  • Email
  • Files
  • Formula
  • MultiSelect
  • MultiSelectOption
  • Number
  • People
  • Phone
  • Property
  • Relation
  • RichTextProp
  • Rollup
  • Select
  • SingleValueProperty
  • Title
  • URL

potion.objects.query

  • And
  • Condition
  • Filter
  • Or
  • QueryProperty
  • Search
  • SortProperty
  • Sorts

potion.objects.rich

  • Link
  • RichText
  • Text

potion.objects.schema

  • AnySchema
  • CheckBox
  • CreatedBy
  • CreatedTime
  • Date
  • DeleteSchema
  • Email
  • Files
  • Formula
  • LastEditedBy
  • LastEditedTime
  • MultiSelect
  • Number
  • Option
  • Options
  • People
  • Phone
  • Relation
  • RichText
  • Rollup
  • Schema
  • Select
  • SingleValueSchema
  • Title
  • URL