8000 GitHub - seven-io/kotlin-client: Official Kotlin API Client for seven.io
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Releases

No releases published

Contributors 2

  •  
  •  

Languages

0