Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Releases: notionsdk/notion-sdk-kotlin-old

1.0.4

03 Mar 00:04
Compare
Choose a tag to compare
  • turn on explicitApiWarning() mode and refactor;
  • improve token logic: make it replacable.

1.0.3

26 Nov 23:19
Compare
Choose a tag to compare
  • fix Email, PhoneNumber, Url properties to be SingleValue instead of MultiValue;
  • rename Link property value to Url.

1.0.2

26 Nov 17:09
Compare
Choose a tag to compare
  • add simple JSON mapping

Nothing changed from 1.0.1, just fixed the build for jitpack

1.0.1

26 Nov 01:17
Compare
Choose a tag to compare
  • add simple JSON mapping

1.0.0

25 Nov 23:54
Compare
Choose a tag to compare
  • 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

22 Nov 22:37
Compare
Choose a tag to compare
  • make Notion closeable

0.0.5

22 Nov 01:23
Compare
Choose a tag to compare
  • move to Kotlin 1.4
  • migrate to Kotlin Serialization from Gson

Release with small fixes

26 May 13:42
Compare
Choose a tag to compare

Small fixes

c3e62a3 - Fixed string field retrieving

First release (updated for jitpack)

26 May 12:34
Compare
Choose a tag to compare

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.