This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
Releases: notionsdk/notion-sdk-kotlin-old
Releases · notionsdk/notion-sdk-kotlin-old
1.0.4
1.0.3
- fix
Email
,PhoneNumber
,Url
properties to beSingleValue
instead ofMultiValue
; - rename
Link
property value toUrl
.
1.0.2
- add simple JSON mapping
Nothing changed from 1.0.1, just fixed the build for jitpack
1.0.1
- add simple JSON mapping
1.0.0
- improve mapping (cover all of the property types and almost all of the possible property values)
- add auth using email and password
0.0.6
- make
Notion
closeable
0.0.5
- move to Kotlin 1.4
- migrate to Kotlin Serialization from Gson
Release with small fixes
Small fixes
c3e62a3 - Fixed string field retrieving
First release (updated for jitpack)
First release with simple functionality.
You can:
- retrieve page content
- map collection (database) to list of your dataclasses
- retrieve page title, description and other
JitPack notice
Changed build.gradle.kts
to build.gradle
due to jitpack bugs.