No description
Find a file
2024-08-22 14:00:42 +02:00
.github Remove Sonatype deploy workflow 2024-07-23 08:29:06 +02:00
.idea Prometheus SDK: Initial commit 2024-08-13 18:23:44 +02:00
docs Update docs 2024-07-23 08:41:58 +02:00
gradle/wrapper Update dependencies 2023-08-24 23:30:56 +02:00
sdk Fix schoolShortName not having a fallback 2024-08-22 14:00:42 +02:00
sdk-hebe Change UONET Request Signer to our implementation 2024-08-21 09:59:05 +02:00
sdk-prometheus Fix variable name 2024-08-13 18:34:43 +02:00
sdk-scrapper Add fallback ApiEndpoints mappings 2024-08-09 17:41:24 +02:00
.editorconfig Make possible to switch between api endpoints dynamically 2024-05-08 01:12:35 +02:00
.gitignore Remove getStudents() API 2023-04-15 22:39:36 +02:00
build.gradle Bump io.github.gradle-nexus.publish-plugin from 1.3.0 to 2.0.0 2024-07-23 06:45:28 +00:00
gradlew Update dependencies 2023-08-24 23:30:56 +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 README and Licence 2024-07-23 08:44:34 +02:00
README.md Update README.md 2024-07-29 10:00:19 +02:00
settings.gradle Prometheus SDK: Initial commit 2024-08-13 18:23:44 +02:00

Wezuwiusz VULCAN UONET+ SDK

GitHub Workflow status JitPack License Discord

Unofficial 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 'com.github.wezuwiusz:neowulkanowy-sdk:-SNAPSHOT' // lub inna wersja
}