sdk/README.md
2019-06-20 22:15:34 +02:00

1.2 KiB

VULCAN UONET+ SDK

Codecov branch CircleCI branch 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.

Download

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