Skip to content
/ rest Public

Packages for defining APIs, running them, generating client code and documentation.

Notifications You must be signed in to change notification settings

silkapp/rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f0462fc · Oct 2, 2018
Mar 25, 2017
Mar 25, 2017
Apr 3, 2018
Apr 3, 2018
Mar 30, 2018
Apr 3, 2018
Oct 23, 2017
Oct 31, 2017
Mar 30, 2018
Oct 2, 2018
Jan 2, 2018
Oct 22, 2017
Apr 3, 2018
Jun 12, 2014
Jun 8, 2014
May 2, 2016
Apr 3, 2018

Repository files navigation

Rest for Haskell

This package allows you to create REST APIs in Haskell. These APIs can be run in different web frameworks. They can also be used to automatically generate documentation as well as client libraries.

There is a tutorial available on the website.

Build Status