No description
Find a file
2023-04-02 06:39:36 +00:00
.github Update dependencies 2023-03-01 21:03:21 +01:00
.idea Remove resman.pl mentions 2022-12-20 13:03:36 +01:00
gradle/wrapper Update dependencies 2023-03-01 21:03:21 +01:00
sdk Add option to set custom user agent template 2023-03-01 21:43:56 +01:00
sdk-mobile Add missing trailing commas 2023-03-01 21:03:10 +01:00
sdk-scrapper Add cloudflare detection 2023-03-07 00:02:10 +01:00
.editorconfig Update dependencies 2023-03-01 21:03:21 +01:00
.gitignore Update dependencies 2023-03-01 21:03:21 +01:00
build.gradle Bump org.jlleitschuh.gradle.ktlint from 11.2.0 to 11.3.1 (#162) 2023-04-02 06:39:36 +00:00
gradlew Update dependencies 2022-06-18 12:24:28 +02:00
gradlew.bat Add new lesson varian without span classes 2021-03-14 23:39:01 +01: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 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>'
}