Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

v0.1.0

Compare
Choose a tag to compare
@DareFox DareFox released this 05 Apr 22:53
· 82 commits to main since this release

First version of kmttAPI! 🎉..?

Changelog:

  • Added support for public Entry API
  • Added support for public Comment API

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.1.0")
}

This snippets are for Gradle Kotlin DSL. To see code for your builder, visit Jetpack.io repo