![]() |
VOOZH | about |
dotnet add package Remora.Discord.Rest --version 53.0.0
NuGet\Install-Package Remora.Discord.Rest -Version 53.0.0
<PackageReference Include="Remora.Discord.Rest" Version="53.0.0" />
<PackageVersion Include="Remora.Discord.Rest" Version="53.0.0" />Directory.Packages.props
<PackageReference Include="Remora.Discord.Rest" />Project file
paket add Remora.Discord.Rest --version 53.0.0
#r "nuget: Remora.Discord.Rest, 53.0.0"
#:package Remora.Discord.Rest@53.0.0
#addin nuget:?package=Remora.Discord.Rest&version=53.0.0Install as a Cake Addin
#tool nuget:?package=Remora.Discord.Rest&version=53.0.0Install as a Cake Tool
This package contains an implementations of Discord's REST API, complete with client-side data validation checks and full rate limiting support.
The primary goal of this project is to provide a concrete, rules-compliant implementation of Discord's REST API endpoints, mapping them to appropriately accessible asynchronous tasks and services.
The library mostly mirrors Remora.Discord.API.Abstractions in structure, maintaining an implementation of each corresponding REST API interface. The implementations are registered as transient services, available to you via dependency injection.
To enable injection of the REST API services, add them to your service container
by way of the AddDiscordRest extension method.
services.AddDiscordRest(serviceProvider => GetTokenFromSomewhere(serviceProvider));
Two things to note:
Remora.Discord.API) - this call takes care of all transitive
dependencies itself.After this point, you may inject any of the IDiscordRest[...]API services into
your own services.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 netstandard2.1 is compatible. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 2 NuGet packages that depend on Remora.Discord.Rest:
| Package | Downloads |
|---|---|
|
Remora.Discord.Gateway
Remora.Discord's implementation of a Discord gateway client |
|
|
Remora.Discord.Unstable
Unstable or experimental features of Remora.Discord. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 53.0.0 | 38,027 | 5/24/2025 |
| 52.0.0 | 15,434 | 2/13/2025 |
| 51.0.0 | 50,996 | 5/28/2024 |
| 50.0.0 | 26,680 | 2/5/2024 |
| 49.0.0 | 48,033 | 11/14/2023 |
| 48.0.0 | 30,725 | 7/24/2023 |
| 47.1.0 | 19,849 | 5/11/2023 |
| 47.0.0 | 3,434 | 3/20/2023 |
| 46.0.0 | 4,087 | 1/19/2023 |
| 45.0.1 | 3,468 | 1/10/2023 |
| 45.0.0 | 3,862 | 12/28/2022 |
| 44.0.1 | 6,775 | 12/10/2022 |
| 44.0.0 | 4,352 | 10/30/2022 |
| 43.0.0 | 21,229 | 9/2/2022 |
| 42.0.0 | 4,390 | 8/19/2022 |
| 41.0.1 | 7,224 | 7/26/2022 |
| 41.0.0 | 4,020 | 7/26/2022 |
| 40.0.4 | 8,215 | 6/29/2022 |
| 40.0.3 | 4,074 | 6/27/2022 |
| 40.0.2 | 4,372 | 6/23/2022 |
BREAKING: Components V2 support