No description
Find a file
2022-11-03 16:59:04 +00:00
.github Version 1.7.3 2022-08-31 18:59:45 +02:00
.idea Use empty string instead of 0 to indicate no average available for subject 2022-09-28 22:48:18 +02:00
gradle/wrapper Update gradle wrapper 2022-09-01 17:10:33 +02:00
sdk Add readBy/unreadBy field to message meta objects 2022-10-02 19:50:07 +02:00
sdk-mobile Bump moshi from 1.13.0 to 1.14.0 (#137) 2022-10-02 14:34:41 +00:00
sdk-scrapper Fix parsing recipient with special name 2022-10-02 20:03:14 +02:00
.editorconfig Move test tasks config to root build.gradle 2019-11-17 17:32:58 +01:00
.gitignore Update dependencies 2022-07-30 16:32:05 +02:00
build.gradle Bump com.google.devtools.ksp from 1.7.20-1.0.6 to 1.7.20-1.0.7 (#140) 2022-11-03 16:59:04 +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 2022-02-03 10:16:12 +01: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>'
}