WillSewell/pusher-http-haskell

Support native push notifications

Closed this issue · 3 comments

Need to wrap the API documented here: https://pusher.com/docs/push_notifications/reference/server_api

If you want to get involved and have any questions, let me know.

I see you self-assigned this, but would you be open to PRs anyway? If so, perhaps you can provide feedback on what I've done so far.

Hi @Narrative I would definitely be open to PRs. I haven't made any progress on this so far.

I would imagine this would involve adding a new function to the main module that corresponds to the API request to send a push notification. The general flow should follow the existing public functions and their implementations.

Done in #50.