notion_api 0.0.1-beta1
notion_api: ^0.0.1-beta1 copied to clipboard
A client for the public beta of the Notion API
Changelog #
0.0.1-prealpha1 #
Release date: 20/May/2021
- First version
- Add
pagerequests parameters models - Add notion api endpoints:
pages- Retrieve a page
- Create a page
- Note: Accept only basic content:
title&parent.
- Note: Accept only basic content:
- Add
databasetests
v0.0.1-dev.1: #
Release date: 20/May/2021
- Separate into classes
v0.0.1-dev.2: #
Release date: 20/May/2021
- Add notion api endpoints:
databases- Retrieve a database
- Retrieve all databases
- Note:
page_size&start_cursorquery parameters are available
- Note:
- Add
databasetests - Add
titlefield toPageconstructor - Add static API information (host, api version) on separated file
v0.0.1-beta1: #
Release date: 26/May/2021
- Update to null-safety
- Improve environment variables implementation
- Add CI with GitHub Actions
- Add notion api endpoints:
block children- Retrieve block children
- Append block children
- Note: Only
Paragraph(withText) &Headingtypes are working
- Note: Only
- Add
block childrenAPI request tests