Skip to content
 
 

Repository files navigation

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

About

A lightweight HTTP library for implementing RESTful web services in Kotlin.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages