Skip to content

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

License

Notifications You must be signed in to change notification settings

k10dev/HTTPServiceKt

 
 

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 75.0%
  • Java 25.0%