Skip to content

matsurih/pubg-kotlin

Repository files navigation

CircleCI

pubg-kotlin

PUBG API wrapper for Kotlin (ref. https://developer.playbattlegrounds.com/?loc=en)

listed on official developers site as one of community SDKs.

usage

Clone this repository and..

const val apiKey: String = "PUT YOUR API KEY HERE"
val pubgKotlin: PubgKotlin = PubgKotlin(apiKey)  // instantiate here with your api key
val status: Result<Status> = pubgKotlin.getStatus()  // and others

About

PUBG API wrapper for Kotlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages