https://github.com/rpmtw/rpmtw-api-client-kotlin
RPMTW api lIbrary for kotlin
https://github.com/rpmtw/rpmtw-api-client-kotlin
Last synced: 3 months ago
JSON representation
RPMTW api lIbrary for kotlin
- Host: GitHub
- URL: https://github.com/rpmtw/rpmtw-api-client-kotlin
- Owner: RPMTW
- Created: 2022-02-18T14:54:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T04:38:43.000Z (over 2 years ago)
- Last Synced: 2025-01-05T12:12:45.657Z (5 months ago)
- Language: Kotlin
- Size: 165 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://codecov.io/gh/RPMTW/RPMTW-API-Client-Kotlin)
[](https://jitpack.io/#RPMTW/RPMTW-API-Client-Kotlin)# RPMTW API Client For Kotlin
## Example
```kotlin
import com.rpmtw.rpmtw_api_client.RPMTWApiClientfun main(args: Array) {
val client = RPMTWApiClient.init() // Initialize RPMTW API Client
}
```## How to use
[](https://github.com/RPMTW/RPMTW-API-Client-Kotlin/tags/)
### Gradle (groovy)
```groovy
repositories {
maven { url 'https://jitpack.io' }
}dependencies {
implementation 'com.github.RPMTW:RPMTW-API-Client-Kotlin:tag'
}
```### Gradle (kotlin dsl)
```kotlin
repositories {
maven {
url = uri("https://jitpack.io")
}
}dependencies {
implementation("com.github.RPMTW:RPMTW-API-Client-Kotlin:tag")
}
```### Maven
```xml
jitpack.io
https://jitpack.io
```
```xml
com.github.RPMTW
RPMTW-API-Client-Kotlin
tag```
### [Jitpack](https://jitpack.io/#RPMTW/RPMTW-API-Client-Kotlin)
## Other Languages
[Dart](https://github.com/RPMTW/RPMTW-API-Client)