No description
Find a file
2019-08-08 19:24:47 +02:00
.circleci Add missing checkout in circleci conf 2019-06-10 15:58:59 +02:00
.idea/codeStyles Update cs settings 2019-07-17 13:27:04 +02:00
gradle/wrapper Update gradle wrapper to 5.1.1 2019-04-19 12:18:11 +02:00
src Add new endpoints from homepage 2019-08-08 19:24:47 +02:00
.editorconfig Update cs settings 2019-07-17 13:27:04 +02:00
.gitignore Add ktlint 2019-01-27 20:10:29 +01:00
build.gradle Bump retrofit from 2.6.0 to 2.6.1 (#32) 2019-08-01 12:25:45 +00:00
gradlew Update gradle wrapper to 5.1.1 2019-04-19 12:18:11 +02:00
gradlew.bat Update gradle wrapper to 5.1.1 2019-04-19 12:18:11 +02:00
LICENSE Initial commit 2018-08-17 16:59:51 +02:00
README.md Version 0.9.3 2019-06-15 00:57:23 +02:00
settings.gradle Version 0.6.0 2018-12-16 18:10:29 +01:00

UONET+ Scraping API

The UONET+ client using web scraping

CircleCI Codecov Bintray JitPack License Trello Discord

Features

  • attendance
  • exams
  • grades
  • homework
  • notes
  • timetable
  • messages

... and more. Check it out full public api.

Download

allprojects {
    repositories {
		...
        jcenter()
    }
}

dependencies {
    implementation 'io.github.wulkanowy:api:0.9.3'
}

Or you can get last development version with jitpack.