@hackage servant0.1

A library to generate REST-style webservices on top of scotty, handling all the boilerplate for you

An abstraction for Resources 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.