-
-
Notifications
You must be signed in to change notification settings - Fork 318
support webhook events #2145
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
support webhook events #2145
Conversation
OoLunar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A very vague LGTM as I'm not familiar with ASP.NET
DSharpPlus/Net/InboundWebhooks/DiscordApplicationAuthorizedEvent.cs
Outdated
Show resolved
Hide resolved
…pplus/dsharpplus into velvet/feat/webhook-events
Plerx2493
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RTM as far as im concernd. Can we mark the "old" http interaction nuget package as obsolete and point at the "new" one? I renamed it so it will be a new package afaik
|
yeah, we can |
adds support for webhook events, including a default adapter for ASP.NET.
the internal setup for this is always functional, and developing adapters for other HTTP should be trivial. furthermore, HTTP interactions have been consolidated into near-identical handling to further simplify internal and external implementation of this feature.