Skip to content

rew0rk/notion-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README.md

CAUTION

Until 2023-02-22, this Lib is still under testing.

Introduction

Notion-java-sdk is a java version of Notion API.

It provides:

  1. Basic packaging of Notion objects (com._2lazy2name.notion.entity)
  2. Basic API request (com._2lazy2name.notion.Notion)

Things to Aware

Basic entities and API requests are checked, but not guaranteed safe to use.

The API is based on the API Version of 2022-06-28, which is the latest version on Feb 19, 2023. Future updates are NOT guaranteed, which also means Notion Version in headers is not configurable before a new release.

Compatibility

The project is written on the source level of Java 17. Since enhanced switch blocks are used somewhere, the minimum version accepted is Java 14. All you need to change to make it compatible with Java 8 is two switch blocks in FilterSerializer.

Lib used

Jackson, Lombok, and Apache Http Client5.

Issue and Contact

I dont check GitHub very often. For any issues or commit, there are some ways to quicker notices and solutions:

  1. E-mail yi@2lazy2name.com
  2. Notion Page - Check the test cases for usage.
  3. Telegram Group

Suggestions in code styles and implementation with optimization advice are highly welcomed.

Disclaimer

This Repository is NOT provided by Notion and NOT endorsed by Notion. There are also some potential bugs and performance issues. THINK whether you are OK for the risk before you really use it.

About

An Unofficial Java SDK for Notion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%