-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
DeleteEventPayload missing? #1635
Comments
I need to review how that code works but it would be great if you could send a PR to implement the missing payload class! in terms of a workaround you could obviously call the github API yourself or use the lower level octokit Connection Get method, but really the easiest way would be to implement the payload class and then use the nuget package from our appveyor feed, until the next official release to nuget.org |
I poked a bit more into this and have proposed a workaround that will allow any unsupported event types to be accessed as Json... please provide input on PR #1645 |
Hey, I can't find a DeleteEventPayload anywhere, which means I'm unable to inspect such events using the Events API. Would it be possible to get it added? Also, do you know how I can work around this in the meantime?
The text was updated successfully, but these errors were encountered: