No description
Find a file
2023-04-15 22:39:36 +02:00
.github Update dependencies 2023-03-01 21:03:21 +01:00
.idea Update kotlin and ksp 2023-04-15 22:17:05 +02:00
gradle/wrapper Update gradle wrapper to 8.1 2023-04-15 22:12:33 +02:00
sdk Remove getStudents() API 2023-04-15 22:39:36 +02:00
sdk-scrapper Remove getStudents() API 2023-04-15 22:39:36 +02:00
.editorconfig Update dependencies 2023-03-01 21:03:21 +01:00
.gitignore Remove getStudents() API 2023-04-15 22:39:36 +02:00
build.gradle Update gradle wrapper to 8.1 2023-04-15 22:12:33 +02:00
gradlew Update gradle wrapper to 8.1 2023-04-15 22:12:33 +02:00
gradlew.bat Update gradle wrapper to 8.1 2023-04-15 22:12:33 +02:00
jitpack.yml Add jdk config for jitpack 2022-08-01 23:22:24 +02:00
LICENSE Update date in LICENSE file (#149) 2023-01-01 20:30:28 +01:00
README.md Fix gh actions badge 2022-12-20 23:33:12 +01:00
settings.gradle Update kotlin and ksp 2023-04-15 22:17:05 +02: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>'
}