No description
Find a file
2021-05-01 16:53:25 +02:00
.circleci Version 1.1.5 2021-04-18 19:56:00 +02:00
.github Create test.yml 2021-05-01 16:53:25 +02:00
.idea/codeStyles Workaround nullable grade date 2021-05-01 16:03:52 +02:00
gradle/wrapper Add new lesson varian without span classes 2021-03-14 23:39:01 +01:00
sdk Add method to get timetable day headers 2021-04-03 13:01:07 +02:00
sdk-mobile Bump okhttp3 from 3.12.13 to 4.9.1 (#83) 2021-05-01 16:27:11 +02:00
sdk-scrapper Bump okhttp3 from 3.12.13 to 4.9.1 (#83) 2021-05-01 16:27:11 +02:00
.editorconfig Move test tasks config to root build.gradle 2019-11-17 17:32:58 +01:00
.gitignore Remove deprecated timetable format parser 2021-04-03 12:08:56 +02:00
build.gradle Bump moshi from 1.11.0 to 1.12.0 (#78) 2021-05-01 16:43:40 +02:00
gradlew Add new lesson varian without span classes 2021-03-14 23:39:01 +01:00
gradlew.bat Add new lesson varian without span classes 2021-03-14 23:39:01 +01:00
LICENSE Version 0.17.0 2020-04-04 21:22:40 +02:00
README.md Version 1.1.5 2021-04-18 19:56:00 +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:1.1.5'
}