This repository has been archived by the owner on Jan 31, 2022. It is now read-only.
Releases: iRebbok/DSharp4Webhook
Releases · iRebbok/DSharp4Webhook
2.0.1
2.0.0
Changes
- The entire API has been reloaded and is not backward compatible with the 1.x.x versions.
- Older versions were marked as unlisted on NuGet & GitHub.
- Default rest provider was included in the main delivery by default.
- Changed delivery from zip to tar + gzip for release artifacts.
API changes
- Each action returns an action that has multiple functions:
Queue
- adds an action to the execution queue.ExecuteAsync
- asynchronous execution of an action.Execute
- synchronous execution an action that freezes the current thread, be careful!
- Added the ability to send a file, modify webhook, delete it, and so on.