Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Did the websocket message payload keys change to lowercase? #28

Open
gr2m opened this issue Oct 23, 2023 · 0 comments
Open

Did the websocket message payload keys change to lowercase? #28

gr2m opened this issue Oct 23, 2023 · 0 comments

Comments

@gr2m
Copy link

gr2m commented Oct 23, 2023

It looks like the websocket message keys changed to lower case, is that possible? I had to adapt my relay to account for that change: gr2m/github-webhook-relay#5

Instead of

  • Header
  • Body
  • DeliveryID
  • RequestID

The keys now seem to be

  • header
  • body
  • delivery_id
  • request_id

Can you confirm?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant