zalbia / zio-webhooks

A microlibrary for reliable and persistent webhook delivery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zio-webhooks

Project Stage CI Release Snapshot Discord
Project stage CI Release Artifacts Snapshot Artifacts Badge-Discord

Summary

Microlibrary for reliable and persistent webhook delivery.

Getting Started

There are two ways to start a webhook server: as part of the managed construction of its live layer WebhookServer.live, or manually by calling WebhookServer.start. See examples for a list of code examples. The managed approach is recommended as it guarantees the server shuts down gracefully. Make sure to call shutdown on a server created manually. Either way, the server requires the following dependencies in its environment:

Example Programs

Documentation

ZIO Webhooks Microsite

Contributing

Documentation for contributors

Code of Conduct

See the Code of Conduct

Support

Come chat with us on Badge-Discord.

License

License

About

A microlibrary for reliable and persistent webhook delivery

License:Apache License 2.0


Languages

Language:Scala 94.5%Language:JavaScript 5.1%Language:CSS 0.4%