Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 340 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 340 Bytes

HTTPServiceKt

HTTPServiceKt is a lightweight HTTP library for implementing RESTful web services in Kotlin.

Getting started

Adding the dependency

repositories {
    jcenter()
    maven { url "https://jitpack.io" }
}
dependencies {
    implementation "com.github.inmotionsoftware:HTTPServiceKt:1.0.0"
}

License

MIT