This is CircleCI API Client for Kotlin.
Only RxAdapter is supported for now.
val token = "your-api-token"
val client = CircleCIAPIClient(token).client()
client.getMe().subscribe() // will returns response
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
dependencies {
compile 'com.github.circleci-tools:circleci:0.1.0'
}
see LISENCE