Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/seven-io/kotlin-client
- Owner: seven-io
- License: mit
- Created: 2020-11-03T17:12:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T14:04:20.000Z (9 months ago)
- Last Synced: 2024-11-10T11:41:54.515Z (2 months ago)
- Topics: api-client, cnam, hlr, kotlin, kotlin-client, mnp, sdk, sms, text2speech, tts
- Language: Kotlin
- Homepage: https://www.seven.io/en/developer/kotlin/
- Size: 101 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)