github-api icon indicating copy to clipboard operation
github-api copied to clipboard

GHHook id is long, but webhook operations require int

Open karlhendrikindrikson opened this issue 1 year ago • 0 comments

Hi.

When creating user and organization specific webhooks, the webhook id type is long, but find and delete operations accept an integer. This seems like a minor problem, since webhook ids start incrementing from 1, but isn't this a type safety problem in the long run?

karlhendrikindrikson avatar May 03 '24 09:05 karlhendrikindrikson