com.justai.jaicf.channel.viber.sdk.api.ViberHttpClient.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of viber Show documentation
Show all versions of viber Show documentation
JAICF-Kotlin Viber Channel implementation. Enables JAICF-Kotlin integration with Viber
package com.justai.jaicf.channel.viber.sdk.api
interface ViberHttpClient {
fun post(url: String, requestBody: String, headers: Map): String
}