Remora.Rest
1.2.1
Prefix Reserved
See the version list below for details.
dotnet add package Remora.Rest --version 1.2.1
NuGet\Install-Package Remora.Rest -Version 1.2.1
<PackageReference Include="Remora.Rest" Version="1.2.1" />
paket add Remora.Rest --version 1.2.1
#r "nuget: Remora.Rest, 1.2.1"
// Install Remora.Rest as a Cake Addin #addin nuget:?package=Remora.Rest&version=1.2.1 // Install Remora.Rest as a Cake Tool #tool nuget:?package=Remora.Rest&version=1.2.1
Reusable tooling for interacting with JSON-driven REST APIs.
This package contains the core functionality of basic REST-focused API tooling, allowing you to easily
build new wrappers around your favourite services.
Product | Versions 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. |
-
.NETStandard 2.1
- JsonDocumentPath (>= 1.0.2)
- Microsoft.Extensions.Http (>= 6.0.0)
- OneOf (>= 3.0.211)
- Remora.Rest.Core (>= 2.0.1)
- Remora.Results (>= 7.1.1)
- System.Text.Json (>= 6.0.2)
-
net5.0
- JsonDocumentPath (>= 1.0.2)
- Microsoft.Extensions.Http (>= 6.0.0)
- OneOf (>= 3.0.211)
- Remora.Rest.Core (>= 2.0.1)
- Remora.Results (>= 7.1.1)
- System.Text.Json (>= 6.0.2)
-
net6.0
- JsonDocumentPath (>= 1.0.2)
- Microsoft.Extensions.Http (>= 6.0.0)
- OneOf (>= 3.0.211)
- Remora.Rest.Core (>= 2.0.1)
- Remora.Results (>= 7.1.1)
- System.Text.Json (>= 6.0.2)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Remora.Rest:
Package | Downloads |
---|---|
Remora.Discord.API
Remora.Discord's implementation of Discord's API objects |
|
MyAnimeList.Net.Rest
Package Description |
|
MyAnimeList.Net.API.Abstractions
Package Description |
|
Remora.OAuth2
Remora.OAuth2's implementation of OAuth2's API objects |
|
XkcdSharp
A C# wrapper for easy interacting with https://xkcd.com/ |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Remora.Rest:
Repository | Stars |
---|---|
Remora/Remora.Discord
A data-oriented C# Discord library, focused on high-performance concurrency and robust design.
|
Version | Downloads | Last updated |
---|---|---|
3.4.0 | 34,203 | 3/31/2024 |
3.3.2 | 26,164 | 11/20/2023 |
3.3.1 | 47,452 | 11/14/2023 |
3.3.0 | 320 | 9/10/2023 |
3.2.1 | 32,716 | 7/14/2023 |
3.2.0 | 273 | 5/22/2023 |
3.1.3 | 22,174 | 2/26/2023 |
3.1.2 | 9,520 | 12/28/2022 |
3.1.1 | 6,497 | 11/20/2022 |
3.1.0 | 5,070 | 10/14/2022 |
3.0.1 | 21,644 | 8/26/2022 |
3.0.0 | 412 | 8/25/2022 |
2.0.6 | 5,198 | 8/19/2022 |
2.0.5 | 441 | 8/3/2022 |
2.0.4 | 36,277 | 6/19/2022 |
2.0.3 | 4,861 | 6/18/2022 |
2.0.2 | 9,011 | 6/8/2022 |
2.0.1 | 15,791 | 5/14/2022 |
2.0.0 | 416 | 5/14/2022 |
1.2.4 | 11,321 | 5/3/2022 |
1.2.3 | 8,499 | 4/19/2022 |
1.2.2 | 23,637 | 3/5/2022 |
1.2.1 | 429 | 2/20/2022 |
1.2.0 | 9,293 | 2/19/2022 |
1.1.3 | 5,914 | 2/13/2022 |
1.1.2 | 56,742 | 11/27/2021 |
1.1.1 | 3,753 | 11/26/2021 |
1.1.0 | 4,419 | 11/20/2021 |
1.0.0 | 328 | 11/14/2021 |
Update dependencies.
Add support for serializing read-only data members.
Upgrade nuget packages.