servant-foreign: Helpers for generating clients for servant APIs in any programming language

[ bsd3, library, servant, web ] [ Propose Tags ]

Helper types and functions for generating client functions for servant APIs in any programming language

This package provides types and functions that collect all the data needed to generate client functions in the programming language of your choice. This effectively means you only have to write the code that "pretty-prints" this data as some code in your target language.

See the servant-js package for an example

CHANGELOG


[Skip to Readme]

Downloads

Versions [RSS] 0.5, 0.6, 0.6.1, 0.7, 0.7.1, 0.8, 0.8.1, 0.9, 0.9.0.1, 0.9.1, 0.9.1.1, 0.10, 0.10.1, 0.10.2, 0.11, 0.11.1, 0.15, 0.15.1, 0.15.2, 0.15.3, 0.15.4, 0.16
Change log CHANGELOG.md
Dependencies base (>=4 && <5), http-types, lens (>=4 && <5), servant (>=0.9 && <0.10), text (>=1.2 && <1.3) [details]
License BSD-3-Clause
Copyright 2015-2016 Servant Contributors
Author Servant Contributors
Maintainer haskell-servant-maintainers@googlegroups.com
Category Web
Bug tracker http://github.com/haskell-servant/servant/issues
Source repo head: git clone http://github.com/haskell-servant/servant.git
Uploaded by jkarni at 2016-10-09T21:00:11Z
Distributions Fedora:0.15.4, LTSHaskell:0.16, NixOS:0.16, Stackage:0.16
Reverse Dependencies 14 direct, 14 indirect [details]
Downloads 19153 total (130 in the last 30 days)
Rating 2.0 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-10-09 [all 1 reports]

Readme for servant-foreign-0.9.0.1

[back to package description]

servant-foreign

servant

Types and helpers for generating clients for servant servers in arbitrary programming languages.