Rest for Haskell

This commit is contained in:
Shan Huang
2015-12-15 23:38:21 +08:00
parent 194ae74d3d
commit 091f00c5ec

View File

@@ -19,6 +19,7 @@ A collaborative list of great resources about RESTful API architecture, developm
* [Ruby](#ruby)
* [Go](#go)
* [Java](#java)
* [Haskell](#haskell)
* [Testing](#testing)
* [Querying](#querying)
* [Mocking](#mocking)
@@ -153,6 +154,9 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie
* [RestExpress](https://github.com/RestExpress/RestExpress) - Netty-based, highly performant, lightweight, container-less, plugin-extensible, framework that is ideal for microservice architectures.
### Haskell
* [Rest for Haskell](https://github.com/silkapp/rest) - 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.
## Testing
### Querying