This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
v0.3.1
Changelog:
- UserAPI: Add getAll* functions with lambda between get operations a10059d 2156295 b3fdb78
- Add utillity to convert list of comments to a node tree 5ad56a2
- API Docs: Change description from Russian to English d1e0610
- Comment: change "replyTo" type from Int to Long 86f0fb7
How to install:
Add jitpack.io repository to build script
repositories {
// other repositores...
maven("https://jitpack.io")
}
And add kmttAPI to dependencies
dependencies {
// other dependencies...
implementation("com.github.DareFox:kmttAPI:0.3.1")
}
This snippets are for Gradle Kotlin DSL. To see code for your builder, visit Jetpack.io repo
Full Changelog: 0.3.0...0.3.1