Oasth

A library to access the OASTH API.

Лицензия

Лицензия

Группа

Группа

xyz.teogramm
Идентификатор

Идентификатор

oasth
Последняя версия

Последняя версия

0.9.0
Дата

Дата

Тип

Тип

pom.sha512
Описание

Описание

Oasth
A library to access the OASTH API.
Ссылка на сайт

Ссылка на сайт

https://github.com/teogramm/oasth
Система контроля версий

Система контроля версий

https://github.com/teogramm/oasth

Скачать oasth

Имя Файла Размер
oasth-0.9.0.pom
oasth-0.9.0-sources.jar 18 KB
oasth-0.9.0-javadoc.jar 332 KB
Обзор

Зависимости

runtime (2)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib jar 1.4.30
org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm jar 1.4.2

Модули Проекта

Данный проект не имеет модулей.

oasth

This is a library for accessing the OASTH API.

Example usage:

import xyz.teogramm.oasth

val oasth = Oasth()
val data = oasth.fetch()

Features

  • Get static data about the network. Routes, lines, stops and schedules.
  • Get live data about bus locations and arrival times.

Usage

The library is available in Maven Central with artifact ID: xyz.teogramm:oasth

Gradle Kotlin DSL Example:

build.gradle.kts

repositories {
    mavenCentral()
}
dependencies {
    implementation("xyz.teogramm:oasth")
}

Documentation

Documentation is available on ReadTheDocs.

Contribute

Bug reports and pull requests are welcome!

  • Issue Tracker: github.com/teogramm/oasth/issues

License

The project is licensed under the GPLv3 license.

Версии библиотеки

Версия
0.9.0