Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

Generate a webhook delivery verification helper

Đang mở
#198 0 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
4/5
Thời gian dự kiến
3-5 ngày
Mức phù hợp với người mới
48/100
Loại issue
Tính năng
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Sôi nổi
Công nghệ
python
Lĩnh vực
api, backend-api-design

Hướng nghiên cứu

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.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

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.

Ngôn ngữ chính
Python
Star
93
Fork
16
Merge trung bình
11 phút
Pull request đã merge (30 ngày)
3

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của browserbase/sdk-python

Tất cả issue của browserbase/sdk-python

Issue tương tự

Thêm issue về Python

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.