No description
Find a file
2019-12-27 20:35:34 +01:00
.circleci Update publish config 2019-12-23 19:18:28 +01:00
.idea/codeStyles Reformat code 2019-08-13 11:40:38 +02:00
gradle/wrapper Version 0.14.0 2019-12-25 16:10:46 +01:00
sdk Fix null in Recipient shortName 2019-12-26 14:13:21 +01:00
sdk-mobile Mark secondName in Student as nullable 2019-12-27 20:02:03 +01:00
sdk-scrapper Add timetable back-compatibility with vulcan pre-19.11 2019-12-27 20:35:34 +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 Version 0.14.0 2019-12-25 16:10:46 +01: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 Move sources to module 2019-11-14 11:26:25 +01:00
README.md Version 0.14.0 2019-12-25 16:10:46 +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:0.14.0'
}