SlySoft.RestResource.Client 1.0.0.13-Beta

This is a prerelease version of SlySoft.RestResource.Client.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package SlySoft.RestResource.Client --version 1.0.0.13-Beta
                    
NuGet\Install-Package SlySoft.RestResource.Client -Version 1.0.0.13-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.13-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.13-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.13-Beta
                    
#r "nuget: SlySoft.RestResource.Client, 1.0.0.13-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.
#addin nuget:?package=SlySoft.RestResource.Client&version=1.0.0.13-Beta&prerelease
                    
Install SlySoft.RestResource.Client as a Cake Addin
#tool nuget:?package=SlySoft.RestResource.Client&version=1.0.0.13-Beta&prerelease
                    
Install SlySoft.RestResource.Client 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.17-Beta 276 11/16/2024
1.0.0.16-Beta 74 11/12/2024
1.0.0.15-Beta 76 11/1/2024
1.0.0.13-Beta 52 11/1/2024
1.0.0.12-Beta 47 11/1/2024
1.0.0.11-Beta 80 10/28/2024
1.0.0.9-Beta 86 10/19/2024
1.0.0.1-Beta 107 7/13/2023
1.0.0-Beta 101 7/13/2023

This is a beta version.