![]() |
VOOZH | about |
dotnet add package HUMANiT.Azure --version 2.0.4
NuGet\Install-Package HUMANiT.Azure -Version 2.0.4
<PackageReference Include="HUMANiT.Azure" Version="2.0.4" />
<PackageVersion Include="HUMANiT.Azure" Version="2.0.4" />Directory.Packages.props
<PackageReference Include="HUMANiT.Azure" />Project file
paket add HUMANiT.Azure --version 2.0.4
#r "nuget: HUMANiT.Azure, 2.0.4"
#:package HUMANiT.Azure@2.0.4
#addin nuget:?package=HUMANiT.Azure&version=2.0.4Install as a Cake Addin
#tool nuget:?package=HUMANiT.Azure&version=2.0.4Install as a Cake Tool
SimpleApiProxy provides new overloaded GET methods.SimpleApiProxy provides new overloaded PATCH methods.SimpleApiProxy offers 3 types of patch type configuration.HUMANiT.Azure.AzureBase deprecated. Use HUMANiT.Logging.Logable instead (see HUMANiT Core package).This package contains features which we require for our own software; therefore, some features are highly custom. If you require a fix, an enhancement, or a more configurable solution, please contact us: support@humanit.nz.
MIT -- free software, hell yeah 🤩
GET, PUT, POST, PATCH, and DELETE commands to proxy a call directly to a RESTful API. Built-in secondary proxy. Raw calls. Obfuscation keys.
Quickstart guidance will come.
Provides access to a RESTful API via type-safe resource types and pre-defines expected responses. Allways returns a result; never throws an exception. Built-in secondary proxy. Raw calls. Azure Functions obfuscation keys.
Quickstart guidance will come.
Provides access to a RESTful API via immutable type-safe domain objects and pre-defines expected responses. Allways returns a result; never throws an exception. Built-in secondary proxy. Raw calls. Azure Functions obfuscation keys.
Quickstart guidance will come.
Constants for all used HTTP methods as per standard HTTP protocols 1.1, 2, and 3.
Quickstart guidance will come.
Constants for most commonly used media types.
Quickstart guidance will come.
Extension methods for easier use of
System.Net.HttpStatusCode.
Located in namespace HUMANiT.Azure.Extensions.
The method System.Net.HttpStatusCode.RenderAsText() renders an HTTP status code as human-readable text, practical for logging, tracing, auditing, and other forms of displaying an error to a human. The status code 204, for instance, is rendered as "201 Created", and the status code 503 is rendered as "503 ServiceUnavailable".
The optional method parameter splitName defines readability. Default is false. If set to true, it splits the descriptive names. For instance, the status code 204 is rendered as "201 Created", and the status code 503 is rendered as "503 Service Unavailable". Example:
System.WriteLine(System.Net.HttpStatusCode.NotAcceptable.RenderAsText(true));
// output: 406 Not Acceptable
Simplified logging that is always available and can be enabled/disabled during runtime.
Located in namespace HUMANiT.Azure.
HUMANiT.Azure.AzureBase declared obsolete. Use HUMANiT.Logging.Logable instead; see HUMANiT Core package.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 2 NuGet packages that depend on HUMANiT.Azure:
| Package | Downloads |
|---|---|
|
HUMANiT.Azure.Functions
API proxy. Heartbeat. Simplified payload handling. Simplified content result creation incl. JSON. Simplified IActionResult handling for common HTTP status codes. Media types. Extensions. |
|
|
HUMANiT.Azure.Data
Key features for anything in Azure to deal with data access such as databases, external services, queues, etc. Extended features for Azure Cosmos DB. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.0-alpha-3316 | 339 | 5/11/2026 |
| 2.0.4 | 114 | 5/3/2026 |
| 2.0.3 | 701 | 4/23/2025 |
| 2.0.2 | 454 | 4/11/2025 |
| 2.0.0 | 384 | 4/4/2025 |
Contact HUMANiT for details: support@HUMANiT.nz