servant-kotlin: Automatically derive Kotlin class to query servant webservices

[ library, mit, web ] [ Propose Tags ]
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.1.3, 0.1.1.4, 0.1.1.5, 0.1.1.6, 0.1.1.7, 0.1.1.8, 0.1.1.9
Dependencies base (>=4.7 && <5), containers (>=0.5.7 && <0.6.0), directory (>=1.3 && <1.4), formatting (>=6.2.4 && <6.3), lens (>=4.15 && <4.16), servant (>=0.9 && <0.13), servant-foreign (>=0.9 && <0.12), text (>=1.2.2 && <1.2.3), time (>=1.6 && <1.9), wl-pprint-text (>=1.1 && <1.2) [details]
License MIT
Copyright 2017 MATSUBARA Nobutada
Author MATSUBARA Nobutada
Maintainer MATSUBARA Nobutada
Category Web
Home page https://github.com/matsubara0507/servant-kotlin#readme
Uploaded by matsubara0507 at 2017-12-07T14:39:25Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 6454 total (37 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-12-07 [all 1 reports]

Readme for servant-kotlin-0.1.0.2

[back to package description]

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

  • Original QueryFlag
  • Original Header

Acknowledgement

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