No description
.github | ||
.idea | ||
docs | ||
gradle/wrapper | ||
sdk | ||
sdk-hebe | ||
sdk-prometheus | ||
sdk-scrapper | ||
.editorconfig | ||
.gitignore | ||
build.gradle | ||
gradlew | ||
gradlew.bat | ||
jitpack.yml | ||
LICENSE | ||
README.md | ||
settings.gradle |
Wezuwiusz VULCAN UONET+ SDK
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
}