Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.09 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.09 KB

CircleCI

CircleCI 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