Skip to content

Add DSharpPlus.Http.AspNetCore to libraries for http interactions #7624

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

Merged
merged 1 commit into from
Jun 20, 2025

Conversation

Plerx2493
Copy link
Contributor

The package contains methods to integrate fully secured endpoints to ASP.NET for handling discord webhooks. Users are able to add handling of those webhooks by adding one or two lines of code to their code.

app.AddDiscordHttpInteractions();
and
app.AddDiscordWebhookEvents();

The libray is a small addition to DSharpPlus to make using webhooks securely easy for users. Methods for validating webhook signatures are included in the main DSharpPlus package which is also already in the list of third party libaries above the interaction section.

@Plerx2493 Plerx2493 requested a review from a team as a code owner June 19, 2025 21:17
@Plerx2493 Plerx2493 requested review from markmandel and removed request for a team June 19, 2025 21:17
@markmandel
Copy link
Contributor

Thanks for the contribution! We're in the process of redoing the guidelines (and content!) for this community page as we speak, but this looks like a mature enough library that it's a good addition.

Thanks! 👍🏻

@markmandel markmandel merged commit 79bfea3 into discord:main Jun 20, 2025
4 checks passed
@davfsa
Copy link
Contributor

davfsa commented Jun 21, 2025

Hey @markmandel !

My library (hikari) opened a pull request like this one a while ago and was closed due to it already being listed in the libraries section (#5329)

Would it be fine under the new guideline to add it then?

mazylol pushed a commit to mazylol/discord-api-docs that referenced this pull request Jul 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants