Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/seven-io/kotlin-client

Official Kotlin API Client for seven.io
https://github.com/seven-io/kotlin-client

api-client cnam hlr kotlin kotlin-client mnp sdk sms text2speech tts

Last synced: 3 days ago
JSON representation

Official Kotlin API Client for seven.io

Awesome Lists containing this project

README

        

# Official Kotlin Client for the seven.io SMS Gateway API

## Installation

*build.gradle.kts:*

```kotlin
dependencies {
implementation("com.seven:client")
}
```

### Usage

```kotlin
fun main() {
runBlocking {
val client = getClient()
println("balance: ${getBalance(client)}")
}
}
```

##### Support

Need help? Feel free to [contact us](https://www.seven.io/en/company/contact/).

[![MIT](https://img.shields.io/badge/License-MIT-teal.svg)](LICENSE)