rfc-servant: The Servant extensions from the Robert Fischer Commons.

[ library, mit, prelude ] [ Propose Tags ]

Various capabilities supporting Servant development, including creating the concept of a Resource (which simplifies REST boilerplate).


[Skip to Readme]

Modules

  • RFC
    • Servant
      • RFC.Servant.API
      • RFC.Servant.Server
        • RFC.Servant.Server.ApiDoc

Flags

Manual Flags

NameDescriptionDefault
production

If true, disables failing on warnings and enables aggressive optimizations.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.1
Dependencies aeson (>=1.4), amazonka (>=1.6), base (>=4.10 && <5), binary (>=0.8), blaze-html (>=0.9), data-default (>=0.7), http-types (>=0.12), lens (>=4.16), markdown (>=0.1), natural-transformation (>=0.4), rfc-http-client, rfc-prelude, rfc-psql, rfc-redis, servant (>=0.13), servant-blaze (>=0.8), servant-docs (>=0.11), servant-server (>=0.13), servant-swagger (>=1.1), servant-swagger-ui (>=0.2), swagger2 (>=2.2), wai (>=3.2), wreq (>=0.5) [details]
License MIT
Author Robert Fischer
Maintainer smokejumperit+rfc@gmail.com
Category prelude
Home page https://github.com/RobertFischer/rfc#readme
Bug tracker https://github.com/RobertFischer/rfc/issues
Source repo head: git clone https://github.com/RobertFischer/rfc(rfc-servant)
Uploaded by RobertFischer at 2018-07-03T02:59:20Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 681 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2018-07-03 [all 3 reports]

Readme for rfc-servant-0.0.0.1

[back to package description]

RFC Servant

This is various extensions for Servant, the exceedingly wonderful framework for web APIs.

RFC.Servant.Server

This contains specific support for a Servant server, including

RFC.Servant.Server.Docs

This provides support for generating theoretically human-readable documentation about a Servant API. Formats for output are Swagger, plaintext, or HTML.