ClientNetLib 0.1.0-alpha

This is a prerelease version of ClientNetLib.
dotnet add package ClientNetLib --version 0.1.0-alpha                
NuGet\Install-Package ClientNetLib -Version 0.1.0-alpha                
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="ClientNetLib" Version="0.1.0-alpha" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ClientNetLib --version 0.1.0-alpha                
#r "nuget: ClientNetLib, 0.1.0-alpha"                
#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 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 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
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.