servant-rawm-client: The client implementation of servant-rawm.

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

Please see README.md.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0.0, 1.0.0.1, 1.0.0.2
Change log CHANGELOG.md
Dependencies base (>=4.8 && <5), servant-client-core (>=0.16), servant-rawm [details]
License BSD-3-Clause
Copyright 2017 Dennis Gosnell
Author Dennis Gosnell
Maintainer cdep.illabout@gmail.com , nil.krjst@gmail.com
Category Servant , Web
Home page https://github.com/cdepillabout/servant-rawm
Source repo head: git clone git@github.com:cdepillabout/servant-rawm.git
Uploaded by cdepillabout at 2020-06-27T05:39:03Z
Distributions NixOS:1.0.0.2
Downloads 808 total (21 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-06-27 [all 1 reports]

Readme for servant-rawm-client-1.0.0.0

[back to package description]

Servant.RawM.Client

Build Status Hackage Stackage LTS Stackage Nightly BSD3 license

This is the client-side library for servant-rawm.

See the servant-rawm README.md and Haddocks for a short explanation of how to use this package.

After servant-rawm 1.0.0.0, the implementations of the RawM endpoint are divided into servant-rawm-client, servant-rawm-docs, and servant-rawm-server to avoid introducing unnecessary dependencies and reduce the compilation overhead.