SlySoft.RestResource.Client 1.0.0.15-Beta

This is a prerelease version of SlySoft.RestResource.Client.
dotnet add package SlySoft.RestResource.Client --version 1.0.0.15-Beta                
NuGet\Install-Package SlySoft.RestResource.Client -Version 1.0.0.15-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.15-Beta" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SlySoft.RestResource.Client --version 1.0.0.15-Beta                
#r "nuget: SlySoft.RestResource.Client, 1.0.0.15-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.
// Install SlySoft.RestResource.Client as a Cake Addin
#addin nuget:?package=SlySoft.RestResource.Client&version=1.0.0.15-Beta&prerelease

// Install SlySoft.RestResource.Client as a Cake Tool
#tool nuget:?package=SlySoft.RestResource.Client&version=1.0.0.15-Beta&prerelease                

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. 
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.15-Beta 57 11/1/2024
1.0.0.13-Beta 31 11/1/2024
1.0.0.12-Beta 26 11/1/2024
1.0.0.11-Beta 59 10/28/2024
1.0.0.9-Beta 70 10/19/2024
1.0.0.1-Beta 90 7/13/2023
1.0.0-Beta 83 7/13/2023

This is a beta version.