No description
Find a file
2019-11-27 19:34:16 +01:00
.circleci Merge remote-tracking branch 'api/master' 2019-11-14 16:39:08 +01:00
.idea/codeStyles Reformat code 2019-08-13 11:40:38 +02:00
gradle/wrapper Update gradle wrapper to 5.6.4 2019-11-06 22:56:04 +01:00
mobile Add validation to getRouteByToken 2019-11-27 19:34:16 +01:00
scrapper Improve timetable parsing if warn button is present 2019-11-27 18:15:30 +01:00
sdk Add setSimpleHttpLogger() method to Sdk 2019-11-27 18:25:41 +01:00
.editorconfig Move test tasks config to root build.gradle 2019-11-17 17:32:58 +01:00
.gitignore Merge remote-tracking branch 'api/master' 2019-11-14 16:39:08 +01:00
build.gradle Bump org.jetbrains.kotlin.jvm from 1.3.50 to 1.3.60 (#14) 2019-11-21 13:41:56 +00:00
gradlew Update gradle wrapper to 5.6.2 2019-09-27 21:18:26 +02:00
gradlew.bat Update gradle wrapper to 5.6.2 2019-09-27 21:18:26 +02:00
LICENSE Move sources to module 2019-11-14 11:26:25 +01:00
README.md Update urls in README 2019-11-17 00:45:53 +01:00
settings.gradle Fix jitpack sdk module build 2019-11-14 18:34:47 +01:00

VULCAN UONET+ SDK

Codecov branch CircleCI branch 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.

Download

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}
dependencies {
    implementation 'io.github.wulkanowy:sdk:master-SNAPSHOT'
}