Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willsewell/pusher-http-haskell
Pusher Channels Haskell HTTP Library
https://github.com/willsewell/pusher-http-haskell
haskell http-client pusher pusher-http-haskell
Last synced: 6 days ago
JSON representation
Pusher Channels Haskell HTTP Library
- Host: GitHub
- URL: https://github.com/willsewell/pusher-http-haskell
- Owner: WillSewell
- License: mit
- Created: 2015-07-07T16:06:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T15:01:44.000Z (4 months ago)
- Last Synced: 2024-10-29T23:19:23.823Z (2 months ago)
- Topics: haskell, http-client, pusher, pusher-http-haskell
- Language: Haskell
- Homepage:
- Size: 497 KB
- Stars: 28
- Watchers: 4
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Pusher Channels Haskell HTTP client library
[![Build Status](https://github.com/WillSewell/pusher-http-haskell/workflows/Tests/badge.svg)](https://github.com/WillSewell/pusher-http-haskell/actions?query=workflow%3ATests+branch%3Amaster)
[![pusher-http-haskell on Hackage](https://img.shields.io/hackage/v/pusher-http-haskell)](https://hackage.haskell.org/package/pusher-http-haskell)
[![pusher-http-haskell on Stackage LTS 17](https://stackage.org/package/pusher-http-haskell/badge/lts-17)](https://stackage.org/lts-17/package/pusher-http-haskell)
[![pusher-http-haskell on Stackage Nightly](https://stackage.org/package/pusher-http-haskell/badge/nightly)](https://stackage.org/nightly/package/pusher-http-haskell)Supported features:
- [Publishing events](https://pusher.com/docs/channels/server_api/http-api#publishing-events)
- [Querying channel state](https://pusher.com/docs/channels/server_api/http-api#querying-application-state)
- [Authenticating users](https://pusher.com/docs/channels/server_api/authenticating-users)
- [Handling webhooks](https://pusher.com/docs/channels/server_api/webhooks)[Haddock on Hackage](https://hackage.haskell.org/package/pusher-http-haskell/docs/Network-Pusher.html).
This includes a usage example. There are also example projects in the [example](example) directory.## Contributing
Contributions are most welcome. Please read [CONTRIBUTING.md](CONTRIBUTING.md)
before requesting review of a pull request.