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

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