Popularity
4.5
Declining
Activity
0.0
Stable
9
3
1
Monthly Downloads: 4
Programming language: Haskell
License: MIT License
Latest version: v0.1.1
servant-kotlin alternatives and similar packages
Based on the "servant" category.
Alternatively, view servant-kotlin alternatives based on common mentions on social networks and blogs.
-
servant
Servant is a Haskell DSL for describing, serving, querying, mocking, documenting web applications and more! -
servant-generate
Generate default implementations for servers in a flexible way (a.k.a servant-mock on steroids)
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of servant-kotlin or a related project?
README
Servant Kotlin
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
.