package
0.0.0-20240817174350-07ad14daec63
Repository: https://github.com/x-webhook/x-webhooks.git
Documentation: pkg.go.dev

# README

Xwebhook - Webhooks as a service

Website | Documentation | Community Slack

Go library for interacting with the Xwebhook API and verifying webhook signatures

GitHub tag PkgGoDev

Join our slack

Usage Documentation

You can find general usage documentation at https://docs.webhook.openweb3.io. For complete API documentation with code examples for each endpoint in all of our official client libraries head over to our API documentation site at https://api.webhook.openweb3.io.

Language Support

⚡️ Features ⚡️
Officially Supported
API Support
Signature Verification
CaveatsNone! 🚀

Development

First checkout the core README for details on how to generate our API bindings, then follow the steps below.

Requirements

  • go >= 1.16

Contributing

Before opening a PR be sure to format your code!

go fmt ./...

Running Tests

Simply run:

go test ./...

Publishing

Releases use go modules and are automatically published by tagging the release commit.