-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
webapi | ||
======== | ||
|
||
Introduction to **WebApi** | ||
-------------------------- | ||
|
||
[`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. | ||
|
||
|
||
Please take a look at <http://byteally.github.io/webapi/> for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters