Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Latest commit

 

History

History
45 lines (31 loc) · 1.15 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.15 KB

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

CHANGELOG.md

License

Copyright © 2020, Cullen Lee.
Released under the GNU AGPLv3.