servant-foreign

Helpers for generating clients for servant APIs in any programming language

Version on this page:0.10.1
LTS Haskell 22.13:0.16@rev:2
Stackage Nightly 2024-03-14:0.16@rev:2
Latest on Hackage:0.16@rev:2

See all snapshots servant-foreign appears in

BSD-3-Clause licensed by Servant Contributors
Maintained by [email protected]
This version can be pinned in stack with:servant-foreign-0.10.1@sha256:52cebb2b4ecac72104caacb21bf7e55b61893c0826ce6ac2f6a4bbf1c1fb1026,3219

Module documentation for 0.10.1

servant-foreign

servant

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

Changes

0.10.1

Changes

  • Don’t drop samples in HasDocs ReqBody instance (#755). Breaking change in an Internal module.

0.10

Breaking changes

  • Do not apply JavaScript specific mangling to the names. (#191)

0.7.1

  • Support GHC 8.0

0.5

  • Use the text package instead of String.
  • Extract javascript-oblivious types and helpers to servant-foreign
  • Typed-languages support