No description
Find a file
2020-09-12 13:18:18 +02:00
.circleci Version 0.20.3 2020-09-04 23:01:02 +02:00
.idea/codeStyles Update kotlin to 1.4.0 2020-08-17 22:52:23 +02:00
gradle/wrapper Update gradle wrapper to 6.3 2020-04-17 22:20:22 +02:00
sdk Return sender object instead of only sender name and id 2020-08-29 21:09:24 +02:00
sdk-mobile Change ApiResponse to type open 2020-08-17 22:43:11 +02:00
sdk-scrapper Make notLoggedInCallback suspend 2020-09-12 13:18:18 +02:00
.editorconfig Move test tasks config to root build.gradle 2019-11-17 17:32:58 +01:00
.gitignore Merge remote-tracking branch 'api/master' 2019-11-14 16:39:08 +01:00
build.gradle Version 0.20.3 2020-09-04 23:01:02 +02:00
gradlew Update gradle wrapper to 6.3 2020-04-17 22:20:22 +02:00
gradlew.bat Update gradle wrapper to 6.3 2020-04-17 22:20:22 +02:00
LICENSE Version 0.17.0 2020-04-04 21:22:40 +02:00
README.md Version 0.20.3 2020-09-04 23:01:02 +02:00
settings.gradle Rename modules 2019-12-23 19:19:30 +01:00

VULCAN UONET+ SDK

Codecov branch CircleCI 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:0.20.3'
}