@hackage / servant-kotlin

Automatically derive Kotlin class to query servant webservices

Latest0.1.1.9

About

Metadata

  • Last updated , by matsubara0507
  • License MIT
  • Categories Web Development
  • Maintained by: MATSUBARA Nobutada

  • Lottery factor: 0

Links

Installation

Readme

Servant Kotlin

Hackage Build Status Stackage LTS Stackage Nightly

Generate Kotlin class to query your Servant API!

Example

see example/Generater.hs.

this file generate TodoAPI.kt.

dependencies for Kotlin

  • kittinunf/Fuel: The easiest HTTP networking library for Kotlin/Android
  • google/gson: A Java serialization/deserialization library to convert Java Objects into JSON and back

not yet, no Implements

Acknowledgement

This package is greatly inspired by elm-export and servant-elm.