Skip to content

Repository files navigation

CircleCI

CI codecov Libraries.io dependency status for GitHub repo GitHub

This is CircleCI API Client for Kotlin.

Only RxAdapter is supported for now.

Usage

val token = "your-api-token"
val client = CircleCIAPIClient(token).client()
client.getMe().subscribe() // will returns response

Installation

allprojects {
    repositories {
        maven { url "https://jitpack.io" }
    }
}
dependencies {
    compile 'com.github.circleci-tools:circleci:0.1.0'
}

LISENCE

see LISENCE

About

🌀 CircleCI API Client for Kotlin

Topics

Resources

Code of conduct

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages