@streamelements/kick-webhooks
v1.2.0
Published
ConnectRPC v2 client for kick-webhooks - auto-generated from Protocol Buffers
Downloads
46
Readme
@streamelements/kick-webhooks
ConnectRPC client for kick-webhooks.
Installation
# npm
npm install @streamelements/kick-webhooks
# bun
bun add @streamelements/kick-webhooks
# yarn
yarn add @streamelements/kick-webhooks
# pnpm
pnpm add @streamelements/kick-webhooksUsage
ESM (Node.js, Bun, Deno)
import { service_v1 } from '@streamelements/kick-webhooks';
// or import specific version
import { YourService } from '@streamelements/kick-webhooks/api/service/v1';CommonJS (Legacy Node.js)
const { service_v1 } = require('@streamelements/kick-webhooks');Runtime Support
This package is built with modern JavaScript runtimes in mind:
- ✅ Node.js 18+
- ✅ Bun 1.0+
- ✅ Deno (with npm: specifier)
- ✅ Edge runtimes (Cloudflare Workers, Vercel Edge, etc.)
