ClientNetLib 0.1.0-alpha
dotnet add package ClientNetLib --version 0.1.0-alpha
NuGet\Install-Package ClientNetLib -Version 0.1.0-alpha
<PackageReference Include="ClientNetLib" Version="0.1.0-alpha" />
paket add ClientNetLib --version 0.1.0-alpha
#r "nuget: ClientNetLib, 0.1.0-alpha"
// Install ClientNetLib as a Cake Addin #addin nuget:?package=ClientNetLib&version=0.1.0-alpha&prerelease // Install ClientNetLib as a Cake Tool #tool nuget:?package=ClientNetLib&version=0.1.0-alpha&prerelease
ClientNetLib 0.1.0-alpha
ClientNetLib is a C# library designed to simplify interactions with HTTP services. It provides a wrapper around basic HTTP operations, endpoint management, and utilities for JSON handling and environment variable management.
The library aims to streamline common tasks involved in making HTTP requests and processing responses, offering an easier and more consistent approach for developers.
Usage
Library is really easy to use. The only needed action is to download the package from https://www.nuget.org/packages/ClientNetLib/.
Versions
- Pre-release
- 0.1.0-alpha - Initial alpha release. This version introduces core features, including the basic HTTP service wrapper, endpoint management, JSON handling utilities, and environment variable services. It is intended for early testing and feedback. It was created as split-off from original RSSFeedify API project (original repository https://github.com/kerrambit/RSSFeedify).
Product | Versions 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. |
-
net8.0
- DotNetEnv (>= 3.1.0)
- Newtonsoft.Json (>= 13.0.3)
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 |
---|---|---|
0.1.0-alpha | 58 | 9/18/2024 |
Initial alpha release. This version introduces core features, including the basic HTTP service wrapper, endpoint management, JSON handling utilities, and environment variable services. It is intended for early testing and feedback.