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
- Host: GitHub
- URL: https://github.com/nathanfallet/mtr-api-client
- Owner: nathanfallet
- License: gpl-3.0
- Created: 2025-02-15T05:05:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-15T05:05:37.000Z (8 months ago)
- Last Synced: 2025-08-30T14:58:48.725Z (about 1 month ago)
- Topics: kotlin-library, ktor-client, minecrafttransitrailway, mtr
- Language: Kotlin
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# mtr-api-client
[](LICENSE)
[]()
[]()
[]()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```