Typescript
Hook0 TypeScript Client
This is the TypeScript SDK for Hook0, an open-source webhooks-as-a-service platform designed for SaaS applications.
Features
- Upsert Event Types: Easily manage event types with upsert operations.
- Send Events: Send events to Hook0.
- Verifying Webhook Signatures: Ensure the authenticity and integrity of incoming webhooks.
Getting Started
To use the Hook0 TypeScript client in your project, install it via npm:
npm install hook0-client
Updated 6 days ago