No description
405cf6f00e
(cherry picked from commit
|
||
---|---|---|
.circleci | ||
.github/workflows | ||
.idea | ||
gradle/wrapper | ||
sdk | ||
sdk-mobile | ||
sdk-scrapper | ||
.editorconfig | ||
.gitignore | ||
build.gradle | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
VULCAN UONET+ SDK
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 'io.github.wulkanowy:sdk:1.1.5'
}