Remora.Discord.Rest 40.0.4

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Remora.Discord.Rest --version 40.0.4                
NuGet\Install-Package Remora.Discord.Rest -Version 40.0.4                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Remora.Discord.Rest" Version="40.0.4" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Remora.Discord.Rest --version 40.0.4                
#r "nuget: Remora.Discord.Rest, 40.0.4"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Remora.Discord.Rest as a Cake Addin
#addin nuget:?package=Remora.Discord.Rest&version=40.0.4

// Install Remora.Discord.Rest as a Cake Tool
#tool nuget:?package=Remora.Discord.Rest&version=40.0.4                

Remora.Discord.Rest

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.

Structure

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.

Usage

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:

  • You are not required to call any other methods from dependency libraries (such as Remora.Discord.API) - this call takes care of all transitive dependencies itself.
  • You must, at this point, provide a way to access your bot's token in plain text. This access only happens after the container is constructed, and an API instance is requested, so you have access to the built container.

After this point, you may inject any of the IDiscordRest[...]API services into your own services.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
51.0.0 23,578 5/28/2024
50.0.0 24,368 2/5/2024
49.0.0 46,368 11/14/2023
48.0.0 29,903 7/24/2023
47.1.0 19,363 5/11/2023
47.0.0 2,986 3/20/2023
46.0.0 3,692 1/19/2023
45.0.1 3,087 1/10/2023
45.0.0 3,471 12/28/2022
44.0.1 6,204 12/10/2022
44.0.0 3,921 10/30/2022
43.0.0 20,462 9/2/2022
42.0.0 4,061 8/19/2022
41.0.1 6,709 7/26/2022
41.0.0 3,678 7/26/2022
40.0.4 7,639 6/29/2022
40.0.3 3,707 6/27/2022
40.0.2 3,961 6/23/2022
40.0.1 4,773 6/20/2022
40.0.0 3,729 6/19/2022
39.0.1 3,714 6/18/2022
39.0.0 3,772 6/14/2022
38.0.1 3,733 6/8/2022
38.0.0 3,788 6/3/2022
37.0.0 3,815 5/25/2022
36.0.0 6,700 5/15/2022
35.0.1 3,905 5/10/2022
35.0.0 6,064 5/3/2022
34.0.0 7,185 4/25/2022
33.0.0 4,562 4/18/2022
32.0.0 8,007 4/2/2022
31.0.0 9,252 3/15/2022
30.0.1 5,022 2/20/2022
30.0.0 3,580 2/19/2022
30.0.0-rc1 1,241 2/14/2022
29.0.0 3,640 2/14/2022
28.0.0 3,902 1/27/2022
27.1.0 5,613 1/11/2022
27.0.3 35,742 1/2/2022
27.0.2 3,410 12/23/2021
27.0.1 1,693 12/21/2021
27.0.0 1,887 12/16/2021
26.0.0 1,758 12/11/2021
25.0.3 1,957 12/5/2021
25.0.2 3,656 11/26/2021
25.0.1 7,490 11/24/2021
25.0.0 2,796 11/20/2021
24.0.3 2,461 11/9/2021
24.0.2 2,297 11/6/2021
24.0.1 2,643 10/30/2021
24.0.0 1,970 10/28/2021
23.0.8 4,205 10/15/2021
23.0.7 2,547 10/7/2021
23.0.5 2,095 10/3/2021
23.0.4 1,950 10/2/2021
23.0.3 1,859 9/30/2021
23.0.2 2,524 9/26/2021
23.0.1 1,928 9/24/2021
23.0.0 1,946 9/23/2021
22.0.5 2,008 9/16/2021
22.0.4 2,044 9/15/2021
22.0.3 2,100 9/8/2021
22.0.2 3,340 9/4/2021
22.0.1 3,651 8/21/2021
22.0.0 2,136 8/18/2021
21.0.2 3,115 8/12/2021
21.0.1 1,584 8/11/2021
21.0.0 2,335 8/11/2021
20.1.2 517 8/9/2021
20.1.1 3,795 8/2/2021
20.1.0 2,422 7/31/2021
20.0.0 2,015 7/29/2021
19.0.2 1,984 7/28/2021
19.0.1 1,840 7/28/2021
19.0.0 2,330 7/22/2021
18.0.0 1,873 7/17/2021
17.1.1 1,810 7/14/2021
17.1.0 1,923 7/12/2021
17.0.0 1,837 7/11/2021
16.0.1 1,890 7/5/2021
16.0.0 1,670 7/3/2021
15.0.0 1,740 7/1/2021
14.0.0 2,032 6/14/2021
13.0.0 977 6/10/2021
13.0.0-beta2 1,145 5/30/2021
13.0.0-beta1 1,526 5/28/2021
12.0.0 2,882 5/20/2021
11.0.0 2,258 5/4/2021
10.0.0 1,879 4/22/2021
9.0.1 1,809 4/15/2021
9.0.0 1,835 4/10/2021
8.0.0 2,021 4/5/2021
7.0.5 1,928 4/4/2021
7.0.4 2,486 3/28/2021
7.0.3 2,758 3/25/2021
7.0.2 3,345 3/16/2021
7.0.1 1,814 3/14/2021
7.0.0 2,970 3/11/2021
6.0.8 2,056 3/6/2021
6.0.7 1,905 3/1/2021
6.0.6 3,117 2/28/2021
6.0.5 3,287 2/22/2021
6.0.4 1,794 2/21/2021
6.0.3 1,513 2/16/2021
6.0.2 1,865 2/13/2021
6.0.1 2,143 2/11/2021
6.0.0 1,848 2/10/2021
5.0.1 1,636 2/6/2021
5.0.0 1,663 2/5/2021
4.0.2 1,633 1/29/2021
4.0.1 1,602 1/27/2021
4.0.0 1,965 1/21/2021
3.0.0 1,866 1/17/2021
2.0.1 1,688 1/10/2021
2.0.0 1,827 1/10/2021
1.1.2 1,789 1/9/2021
1.1.1 1,951 12/31/2020
1.1.0 1,811 12/27/2020
1.0.0 3,353 12/25/2020
1.0.0-beta8 1,034 12/18/2020
1.0.0-beta7 1,056 12/10/2020
1.0.0-beta6 1,082 11/26/2020
1.0.0-beta5 1,667 11/14/2020
1.0.0-beta4 1,285 11/8/2020
1.0.0-beta3 455 10/17/2020
1.0.0-beta2 449 10/6/2020
1.0.0-beta10 1,030 12/23/2020
1.0.0-beta1 443 10/6/2020
1.0.0-alpha1 441 9/27/2020

Update dependencies.