DIS.ClientBase
0.0.4
dotnet add package DIS.ClientBase --version 0.0.4
NuGet\Install-Package DIS.ClientBase -Version 0.0.4
<PackageReference Include="DIS.ClientBase" Version="0.0.4" />
<PackageVersion Include="DIS.ClientBase" Version="0.0.4" />
<PackageReference Include="DIS.ClientBase" />
paket add DIS.ClientBase --version 0.0.4
#r "nuget: DIS.ClientBase, 0.0.4"
#:package DIS.ClientBase@0.0.4
#addin nuget:?package=DIS.ClientBase&version=0.0.4
#tool nuget:?package=DIS.ClientBase&version=0.0.4
DIS.ClientBase NuGet Package
This is a NuGet package that allows you to send Objects as HTTP requests and receive Objects as HTTP responses.
Installation
To install this package, you need to use the NuGet Package Manager in Visual Studio or the Package Manager Console. You can also install it using the command line.
Visual Studio PackageManager
- Right-click on your project in the Solution Explorer.
- Click on "Manage NuGet Packages...".
- Search for "DIS.ClientBase".
- Click on "Install".
Package Manager Console
- Open the Package Manager Console.
- Type
Install-Package DIS.ClientBase. - Press Enter.
Command line
- Open the command prompt.
- Type
dotnet add package DIS.ClientBase. - Press Enter.
Usage
var client = DSClient.Create(new HttpClient { });
var room = await client.Get<Room>("/api/rooms/1");
class Room { public int Number { get; set; } public int Cost { get; set; } }
/* { "number": 47, "cost": 4500, } */
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.0.4 | 271 | 6/12/2023 |
| 0.0.4-alpha | 223 | 6/12/2023 |
| 0.0.3 | 261 | 6/10/2023 |
| 0.0.2 | 254 | 6/10/2023 |