Xcaliber Webhooks
Project description
Introduction
Verify webhook events from xcaliber
Usage:
Install package using following command - pip install xcaliber_webhooks
Use the below example to verify webhook -
from xcaliber_webhooks import Webhook
secret="" //secret key for webhook
webhook = Webhook(secret)
headers = {
"svix-id": "",
"svix-timestamp": "",
"svix-signature": "",
}
payload = '{}' //sample payload
webhook.verify(payload, headers)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file xcaliber_webhooks-0.0.1b0.tar.gz.
File metadata
- Download URL: xcaliber_webhooks-0.0.1b0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8ac84fa8b8be8e0c143233e7920337fc5e9acf29b4b186f02dfda927ff3c80a
|
|
| MD5 |
1754815fa64bdee4e4cb413b279f5c24
|
|
| BLAKE2b-256 |
27ad63356dc9629a198664bc66107c4bc0338f5c9eb1640c3c8337166d6d42fb
|