No description
Find a file
2021-02-26 09:43:37 +00:00
.circleci Version 1.0.1 2021-02-16 12:15:35 +01:00
.idea/codeStyles Add separate data class for additional lessons 2020-12-18 21:34:06 +01:00
gradle/wrapper Upgrade gradle wrapper to 6.6.1 2020-09-28 23:03:18 +02:00
sdk Make motherAndFatherNames nullable 2021-02-26 10:38:14 +01:00
sdk-mobile Bump moshi-adapters from 1.10.0 to 1.11.0 (#62) 2020-11-01 18:17:53 +00:00
sdk-scrapper Make motherAndFatherNames nullable 2021-02-26 10:38:14 +01: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 Bump junit from 4.13.1 to 4.13.2 (#71) 2021-02-26 09:43:37 +00: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 1.0.1 2021-02-16 12:15:35 +01: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:1.0.1'
}