Unofficial NotionAPI in Dart
An Unofficial Notion JSON API v3 implementation in Dart programming language.
Getting Started
Function abilities:
Function | Avaliable |
---|---|
loadPageChunk | √ |
queryCollection | √ |
loadUserContent | x |
getUserSharedPages | x |
getSnapshotsList | x |
submitTransaction | x |
getAssetsJson | x |
getActivityLog | x |
getRecordValues | x |
Classes:
Class | Description |
---|---|
Response | Structure for any Notion v3 API success response. |
LoadPageChunk | Structure for sending package on loadPageChunk interface. |
QueryCollection | Structure for sending package on queryCollection interface |
Introduction
Basic
loadPageChunk
Example
queryCollection
Example
License
Copyright © 2020, Cullen Lee.
Released under the GNU AGPLv3.