Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 801 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 801 Bytes

Notion JAVA/KOTLIN SDK

快速接入notion 并提供一些方便接口

升级信息

  1. 基础接口

初始化

val notion = ENotion("token")

maven

<!-- https://mvnrepository.com/artifact/com.github.darkice1/easy-biance -->
<dependency>
    <groupId>com.github.darkice1</groupId>
    <artifactId>easy-biance</artifactId>
    <version>1.0.5</version>
</dependency>

notion API地址

获取数据库基础信息

获取数据库具体数据

获取页面基础信息