An open API service indexing awesome lists of open source software.

https://github.com/nathanfallet/mtr-api-client

Kotlin API client for Minecraft Transit Railway API
https://github.com/nathanfallet/mtr-api-client

kotlin-library ktor-client minecrafttransitrailway mtr

Last synced: about 1 month ago
JSON representation

Kotlin API client for Minecraft Transit Railway API

Awesome Lists containing this project

README

          

# mtr-api-client

[![License](https://img.shields.io/github/license/nathanfallet/mtr-api-client)](LICENSE)
[![Issues](https://img.shields.io/github/issues/nathanfallet/mtr-api-client)]()
[![Pull Requests](https://img.shields.io/github/issues-pr/nathanfallet/mtr-api-client)]()
[![Code Size](https://img.shields.io/github/languages/code-size/nathanfallet/mtr-api-client)]()

Kotlin API client for Minecraft Transit Railway API

## Installation

Add dependency to your `build.gradle(.kts)` or `pom.xml`:

```kotlin
api("me.nathanfallet.mtr:mtr-api-client:1.0.0")
```

```xml

me.nathanfallet.mtr
mtr-api-client-jvm
1.0.0

```