SlySoft.RestResource.Client 1.0.0.25-Beta

This is a prerelease version of SlySoft.RestResource.Client.
dotnet add package SlySoft.RestResource.Client --version 1.0.0.25-Beta
                    
NuGet\Install-Package SlySoft.RestResource.Client -Version 1.0.0.25-Beta
                    
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="SlySoft.RestResource.Client" Version="1.0.0.25-Beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SlySoft.RestResource.Client" Version="1.0.0.25-Beta" />
                    
Directory.Packages.props
<PackageReference Include="SlySoft.RestResource.Client" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SlySoft.RestResource.Client --version 1.0.0.25-Beta
                    
#r "nuget: SlySoft.RestResource.Client, 1.0.0.25-Beta"
                    
#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.
#:package SlySoft.RestResource.Client@1.0.0.25-Beta
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SlySoft.RestResource.Client&version=1.0.0.25-Beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=SlySoft.RestResource.Client&version=1.0.0.25-Beta&prerelease
                    
Install as a Cake Tool

RestResource.Client

Utility for consuming web services returning data serialized using RestResource.

Getting started

Install from Nuget.Org.

Prerequisites

Requires SlySoft.RestResource and SlySoft.RestResource.Hal

Usage

var restClient = new RestClient("http://localhost:35093/");
var application = await restClient.CallAsync<IApplicationResource>();

Console.WriteLine(application.Information);

var tests = await application.GetTests();

Console.WriteLine(tests.Description);

Find more examples of how to use RestResource.Client at my blog.

Additional documentation

More comprehensive documentation is also at my blog.

Feedback

Contact me for questions, issuess, or collaboration at sylvesterjj@gmail.com

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.0.0.25-Beta 244 4/25/2026
1.0.0.24-Beta 43 4/25/2026
1.0.0.23-Beta 787 12/3/2025
1.0.0.22-Beta 649 12/3/2025
1.0.0.21-Beta 178 10/21/2025
1.0.0.17-Beta 358 11/16/2024
1.0.0.16-Beta 130 11/12/2024
1.0.0.15-Beta 126 11/1/2024
1.0.0.13-Beta 115 11/1/2024
1.0.0.12-Beta 105 11/1/2024
1.0.0.11-Beta 136 10/28/2024
1.0.0.9-Beta 134 10/19/2024
1.0.0.1-Beta 194 7/13/2023
1.0.0-Beta 185 7/13/2023

This is a beta version.