gh-webhook icon indicating copy to clipboard operation
gh-webhook copied to clipboard

Did the websocket message payload keys change to lowercase?

Open gr2m opened this issue 2 years ago • 0 comments
trafficstars

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: https://github.com/gr2m/github-webhook-relay/pull/5

Instead of

  • Header
  • Body
  • DeliveryID
  • RequestID

The keys now seem to be

  • header
  • body
  • delivery_id
  • request_id

Can you confirm?

gr2m avatar Oct 23 '23 17:10 gr2m