Unofficial unified way of retrieving data from the UONET+ register through mobile api and scraping api
Check it out full public api and test examples.
Check wiki page.
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.wezuwiusz:neowulkanowy-sdk:-SNAPSHOT' // lub inna wersja
}