github-api
github-api copied to clipboard
GHHook id is long, but webhook operations require int
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?