No description
Find a file
2019-10-01 02:34:12 +02:00
.circleci Update dependencies 2018-08-30 17:22:28 +02:00
gradle/wrapper Update gradle wrapper to 5.6.2 2019-09-27 21:18:26 +02:00
src Change loginType type to Sdk.ScrapperLoginType 2019-10-01 02:34:12 +02:00
.gitignore Update dependencies 2018-08-30 17:22:28 +02:00
build.gradle Update api and urs 2019-09-30 23:36:04 +02:00
gradlew Update gradle wrapper to 5.6.2 2019-09-27 21:18:26 +02:00
gradlew.bat Update gradle wrapper to 5.6.2 2019-09-27 21:18:26 +02:00
LICENSE Add register api 2018-06-27 16:21:09 +02:00
README.md Update readme 2019-06-20 22:15:34 +02:00
settings.gradle Add base files 2018-06-26 17:28:48 +02:00

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'
}