Slysoft.RestResource.Client 1.0.0.1-Beta

This is a prerelease version of Slysoft.RestResource.Client.
dotnet add package Slysoft.RestResource.Client --version 1.0.0.1-Beta
NuGet\Install-Package Slysoft.RestResource.Client -Version 1.0.0.1-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.1-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.1-Beta
#r "nuget: Slysoft.RestResource.Client, 1.0.0.1-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.1-Beta&prerelease

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

RestResource.Client

Utility for consuming web services returning data serialized using RestResource.

Getting started

Install from Nuget.Org.

Prerequisites

Requires Slysoft.RestResource, Slysoft.RestResource.HalJson, and SlySoft.RestResource.HalXml

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 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 Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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.1-Beta 80 7/13/2023
1.0.0-Beta 77 7/13/2023

This is a beta version.