Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Generate a webhook delivery verification helper

Aperta
#198 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
48/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Attiva
Stack tecnologico
python

Direzione di ricerca

Start by locating the OpenAPI configuration and event schemas used by Stainless, then check how the Python SDK exposes configured webhook methods. Confirm the Standard Webhooks integration can generate client.webhooks.unwrap with signature verification and typed event payloads, and add the Python-side tests or examples mentioned in the issue to demonstrate the generated helper.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

The Python SDK can create and manage webhooks, but it does not currently verify or parse incoming deliveries. Users need to install and call standardwebhooks directly.

Since Browserbase already follows the Standard Webhooks format, could the SDK generate an unwrap helper?

event = client.webhooks.unwrap(
    body,
    headers,
)

Stainless supports this through a top-level OpenAPI webhooks section and a webhook_unwrap method in the SDK configuration. That could provide signature verification and typed event payloads without adding handwritten verification code to this repository.

I’d be glad to help with any Python-side tests, examples, or follow-up changes once the event schemas and generator configuration are in place.

Lingua principale
Python
Stelle
93
Fork
16
Merge medio
11m
PR unite (30g)
3

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di browserbase/sdk-python

Tutte le issue di browserbase/sdk-python

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.