servant: A library to generate REST-style webservices on top of scotty, handling all the boilerplate for you
An abstraction for Resource
s that can support any number
of operations, which will be tagged at the type-level.
This package however does provide standard REST-y operations
(Servant.Prelude.Add
, Servant.Prelude.Delete
, Servant.Prelude.ListAll
, Servant.Prelude.Update
and Servant.Prelude.View
) and lets you define your
own.
You can then actually make a service out of a Servant.Resource.Resource
description
using any backend you like (we currently only provide a
scotty backend in
the servant-scotty package).
Head to the README for information and links to documentation.
Downloads
- servant-0.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
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'.
Maintainer's Corner
- AlpMestanogullari, DavidJohnson, GaelDeest, SoenkeHahn, ChristianMarie, phadej, MatthiasFischmann, jkarni, maksbotan, hecate, arianvp, fisx, janus
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1, 0.2, 0.2.1, 0.2.2, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.4.3.1, 0.4.4, 0.4.4.2, 0.4.4.3, 0.4.4.4, 0.4.4.5, 0.4.4.6, 0.4.4.7, 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.11, 0.12, 0.12.1, 0.13, 0.13.0.1, 0.14, 0.14.1, 0.15, 0.16, 0.16.0.1, 0.16.1, 0.16.2, 0.17, 0.18, 0.18.1, 0.18.2, 0.18.3, 0.19, 0.19.1, 0.20, 0.20.1, 0.20.2 |
---|---|
Dependencies | base (>=4.5 && <4.11) [details] |
License | BSD-3-Clause |
Copyright | 2014 Zalora SEA |
Author | Alp Mestanogullari |
Maintainer | alp@zalora.com |
Revised | Revision 5 made by HerbertValerioRiedel at 2018-09-30T19:45:09Z |
Category | Web, Database |
Home page | http://github.com/zalora/servant |
Uploaded | by AlpMestanogullari at 2014-07-25T16:28:58Z |
Distributions | Arch:0.20.1, Debian:0.16.2, Fedora:0.19.1, LTSHaskell:0.20.2, NixOS:0.20.1, Stackage:0.20.2, openSUSE:0.20.1 |
Reverse Dependencies | 310 direct, 420 indirect [details] |
Downloads | 82913 total (405 in the last 30 days) |
Rating | 3.0 (votes: 23) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |