Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/byteally/webapi
- Owner: byteally
- Created: 2015-08-18T08:42:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T12:57:08.000Z (5 months ago)
- Last Synced: 2024-12-10T00:53:25.410Z (19 days ago)
- Topics: api-client, api-documentation, api-server, haskell, mock, webapi
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/webapi
- Size: 2.15 MB
- Stars: 29
- Watchers: 8
- Forks: 3
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
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/)