Skip to content

seven-io/kotlin-client

Repository files navigation

Official Kotlin Client for the seven.io SMS Gateway API

Installation

build.gradle.kts:

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

Usage

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

Need help? Feel free to contact us.

MIT