devdeer.Libraries.RestClient 2.1.5

dotnet add package devdeer.Libraries.RestClient --version 2.1.5
NuGet\Install-Package devdeer.Libraries.RestClient -Version 2.1.5
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="devdeer.Libraries.RestClient" Version="2.1.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add devdeer.Libraries.RestClient --version 2.1.5
#r "nuget: devdeer.Libraries.RestClient, 2.1.5"
#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 devdeer.Libraries.RestClient as a Cake Addin
#addin nuget:?package=devdeer.Libraries.RestClient&version=2.1.5

// Install devdeer.Libraries.RestClient as a Cake Tool
#tool nuget:?package=devdeer.Libraries.RestClient&version=2.1.5

devdeer.Libraries.RestClient

Disclaimer

If you want to use this package you should be aware of some principles and practices we at DEVDEER use. So be aware that this is not backed by a public repository. The purpose here is to give out customers easy access to our logic. Nevertheless you are welcome to use this lib if it provides any advantages.

Summary

This package provides a simple JSON REST client which is based on the HttpClient class. It is designed to be used in a .NET Core environment. The main purpose of this lib is to provide a simple way to call REST APIs and to handle the responses in a simple way. The lib is designed to be used in a dependency injection context.

About DEVDEER

DEVDEER is a company from Magdeburg, Germany which is specialized in consulting, project management and development. We are very focussed on Microsoft Azure as a platform to run our products and solutions in the cloud. So all of our backend components usually runs in this environment and is developed using .NET. In the frontend area we are using react and a huge bunch of packages to build our UIs.

You can find us online:

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 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
2.1.5 74 4/19/2024
2.1.4 120 3/10/2024
2.1.3 83 3/10/2024
2.1.2 86 2/18/2024
2.1.1 204 1/18/2024
2.1.0 189 12/31/2023
2.0.0 144 12/10/2023
1.1.2 143 10/29/2023
1.1.1 126 9/19/2023
1.1.0 108 9/16/2023
1.0.8 142 9/14/2023
1.0.7 121 9/14/2023
1.0.6 124 9/13/2023
1.0.4 109 9/13/2023
1.0.3 114 9/13/2023
1.0.2 136 9/7/2023
1.0.1 136 9/7/2023
1.0.0 145 9/6/2023
0.2.4 262 8/15/2023
0.2.3 247 8/15/2023
0.2.2 157 8/15/2023
0.2.1 157 8/15/2023
0.2.0 150 8/15/2023
0.0.1 153 8/14/2023

- Dependency bump.