Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1010 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 1010 Bytes
drawing

AbacatePay Kotlin

Kotlin ktlint

The easiest way to integrate your kotlin base code to AbacatePay Gateway with support to coroutines and multiplatform

Download

For release version

repositories {
    mavenCentral()
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.ssimiao:abacatepay-kotlin-sdk:1.0.4'
}

Quick Start

runBlocking {
    val client = AbacatePayClient(apiKey = "your_key")
    client.listBilling()
}

Requirements

  • If you are using Android, It needs to be Android 5+.
  • Java 11+
  • Kotlin 2+

Credits

This sdk brought to you by contributors.