Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.