Skip to content

Commit 81e78f1

Browse files
committed
Add hackage/license link/badge
1 parent 7786827 commit 81e78f1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Haskell Urbit API
22

3+
[![License MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
4+
[![Hackage](https://img.shields.io/hackage/v/req.svg?style=flat)](https://hackage.haskell.org/package/urbit-airlock)
5+
6+
37
This library helps you talk to your Urbit from Haskell, via HTTP.
48

59
The "Urbit Airlock" API is a command-query API that lets you hook into apps
@@ -17,7 +21,9 @@ responses, we stream messages from a path associated with the app, such as
1721
`/mailbox/~/~zod/mc`. Internally, I believe Urbit calls these `wire`s.
1822

1923
`urbit-airlock` handles most of the path, session, and HTTP request stuff
20-
automatically. See the haddocks for more details.
24+
automatically. See the
25+
[haddocks](https://hackage.haskell.org/package/urbit-airlock/docs/Urbit-Airlock.html)
26+
for more details.
2127

2228
This library is built on req, conduit, and aeson, all of which are very stable
2329
and usable libraries for working with HTTP requests and web data.

0 commit comments

Comments
 (0)