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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.7 && <4.13), base-compat (>=0.9.3 && <0.11), http-types (>=0.12 && <0.13), lens (>=4.15.4 && <4.18), semigroups (>=0.18.3 && <0.19), servant (>=0.13 && <0.15), text (>=1.2.3.0 && <1.3) [details]
License BSD-3-Clause
Copyright 2015-2016 Servant Contributors
Author Servant Contributors
Maintainer haskell-servant-maintainers@googlegroups.com
Revised Revision 4 made by phadej at 2018-10-15T14:41:27Z
Category Servant, Web
Bug tracker http://github.com/haskell-servant/servant/issues
Source repo head: git clone http://github.com/haskell-servant/servant.git
Uploaded by phadej at 2018-03-22T10:50:51Z
Distributions Fedora:0.15.4, LTSHaskell:0.16, NixOS:0.16, Stackage:0.16
Reverse Dependencies 14 direct, 14 indirect [details]
Downloads 19231 total (117 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 2018-03-22 [all 1 reports]

Readme for servant-foreign-0.11.1

[back to package description]

servant-foreign

servant

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