Webhook RelayQuickstart

Downloads

Spec, SDKs, Postman — every deliverable, downloadable

Everything regenerates from the same OpenAPI spec. If you only grab one file, take the YAML — it's the source every other artifact on this page was built from.

API specification

SDK source archives v0.4.0

TypeScript SDK

61 KB

Dependency-free TS, dual ESM + CJS. Node 18+. Published to npm.

npm i @philiprehberger/webhook-relay-client

PHP SDK

133 KB

PSR-4 namespaced, curl-backed. PHP 8.2+. Published to Packagist.

composer require philiprehberger/php-webhook-relay-client

Python SDK

108 KB

urllib-based, PEP 561 typed. Python 3.10+. Published to PyPI.

pip install philiprehberger-webhook-relay-client

Go SDK

91 KB

Zero runtime deps beyond stdlib. Go 1.22+. proxy.golang.org.

go get github.com/philiprehberger/go-webhook-relay-client

Regenerate locally? Clone the repo and run npm run sdk:zip for the SDK archives and npm run docs:pdf for the reference PDF. Every artifact on this page is reproducible.