Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

wulkanowy/sdk

Repository files navigation

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>'
}