sdk/README.md
Mikołaj Pich 8991c7c1c2 Replace circleci badge with gh actions
(cherry picked from commit 567705a2d4)
2021-05-21 13:18:50 +02:00

1.4 KiB

VULCAN UONET+ SDK

GitHub Workflow status Codecov branch Bintray JitPack License Discord

Unified way of retrieving data from the UONET+ register through mobile api and scraping api

Features

Check it out full public api and test examples.

Documentation

Check wiki page.

Download

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}
dependencies {
    implementation 'io.github.wulkanowy:sdk:1.1.5'
}