No description
Find a file
2019-06-26 13:12:07 +02:00
.circleci Update dependencies 2018-08-30 17:22:28 +02:00
gradle/wrapper Update gradle wrapper to 5.1.1 2019-05-01 12:34:12 +02:00
src Add mappers to attendance and grades summary, teachers, grade statistics, completed lessons 2019-06-26 13:12:07 +02:00
.gitignore Update dependencies 2018-08-30 17:22:28 +02:00
build.gradle Update api 2019-06-26 10:11:15 +02:00
gradlew Add base files 2018-06-26 17:28:48 +02:00
gradlew.bat Update gradle wrapper to 5.1.1 2019-05-01 12:34:12 +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'
}