Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/byteally/webapi

WAI based library for web api
https://github.com/byteally/webapi

api-client api-documentation api-server haskell mock webapi

Last synced: 5 days ago
JSON representation

WAI based library for web api

Awesome Lists containing this project

README

        

webapi
========

Introduction to **WebApi**
--------------------------
![CI](https://github.com/byteally/webapi/workflows/CI/badge.svg)

[`Webapi`](https://hackage.haskell.org/package/webapi) is a Haskell library that lets you

* Write web API services
* Quickly build Haskell client for existing API services
* Generate API console interface for your web API ([coming soon](https://github.com/byteally/webapi-console))
* Generate a mock server that can mock your responses and requests too.

Contributions and feedback are most welcome!

You can find the full documentation and examples [here](http://byteally.github.io/webapi/)