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: 5 months 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T14:04:20.000Z (over 1 year ago)
- Last Synced: 2025-01-07T12:50:00.278Z (6 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/).
[](LICENSE)