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: 11 months 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 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T15:01:44.000Z (over 1 year ago)
- Last Synced: 2024-10-29T23:19:23.823Z (over 1 year 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
[](https://github.com/WillSewell/pusher-http-haskell/actions?query=workflow%3ATests+branch%3Amaster)
[](https://hackage.haskell.org/package/pusher-http-haskell)
[](https://stackage.org/lts-17/package/pusher-http-haskell)
[](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.