No description
Find a file
2021-09-24 22:57:00 +02:00
.github Bump org.jlleitschuh.gradle.ktlint from 9.2.1 to 10.1.0 (#90) 2021-08-22 10:24:37 +00:00
.idea Update exams schema (fixes #97) 2021-08-22 10:20:14 +02:00
gradle/wrapper Add new lesson varian without span classes 2021-03-14 23:39:01 +01:00
sdk Remove group parsing from exams subject 2021-08-29 00:53:58 +02:00
sdk-mobile Bump org.jlleitschuh.gradle.ktlint from 9.2.1 to 10.1.0 (#90) 2021-08-22 10:24:37 +00:00
sdk-scrapper Add missing support for lesson light replacement without group 2021-09-24 22:57:00 +02:00
.editorconfig Move test tasks config to root build.gradle 2019-11-17 17:32:58 +01:00
.gitignore Fix sending messages 2021-05-21 11:18:04 +02:00
build.gradle Use okhttp-bom artifact 2021-09-18 11:12:30 +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 Add link to maven central info 2021-05-02 12:10:08 +02:00
settings.gradle Rename modules 2019-12-23 19:19:30 +01:00

VULCAN UONET+ SDK

GitHub Workflow status Codecov branch Maven Central Sonatype Nexus (Snapshots) 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 {
        // for stable releases
        mavenCentral()

        // for snapshots
        maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }

        // for everything
        maven { url 'https://jitpack.io' }
    }
}
dependencies {
    implementation 'io.github.wulkanowy:sdk:<version>'
}