Unofficial Notion.so API wrapper, written in Kotlin
Hello and welcome! To make use of this API collection collection as it's written, please duplicate this database templat
- turn on `explicitApiWarning()` mode and refactor; - improve `token` logic: make it replacable.
- fix `Email`, `PhoneNumber`, `Url` properties to be `SingleValue` instead of `MultiValue`; - rename `Link` property value to `Url`.
- add simple JSON mapping Nothing changed from 1.0.1, just fixed the build for jitpack
- add simple JSON mapping
- improve mapping (cover all of the property types and almost all of the possible property values) - add auth using email and password
- make `Notion` closeable
- move to Kotlin 1.4 - migrate to Kotlin Serialization from Gson
### Small fixes https://github.com/petersamokhin/knotion-api/commit/c3e62a3c9691c67063ad0f8cda2ce434b106ecf4 - Fixed string field retrieving