![]() |
VOOZH | about |
dotnet add package apiConnectorCore --version 1.0.3
NuGet\Install-Package apiConnectorCore -Version 1.0.3
<PackageReference Include="apiConnectorCore" Version="1.0.3" />
<PackageVersion Include="apiConnectorCore" Version="1.0.3" />Directory.Packages.props
<PackageReference Include="apiConnectorCore" />Project file
paket add apiConnectorCore --version 1.0.3
#r "nuget: apiConnectorCore, 1.0.3"
#:package apiConnectorCore@1.0.3
#addin nuget:?package=apiConnectorCore&version=1.0.3Install as a Cake Addin
#tool nuget:?package=apiConnectorCore&version=1.0.3Install as a Cake Tool
The apiConnectorCore package is the .NET Core compatible successor to the legacy connector. It wraps authenticated HTTP requests against Net3000 APIs, supports typed responses, and includes asynchronous error forwarding that works with ASP.NET Core middleware and dependency injection.
<details> <summary>net3000.apiConnector</summary>
| Member | Summary | Parameters |
|---|---|---|
Task PostErrorDetailAsync(IExceptionHandlerPathFeature exceptionHandlerPathFeature, HttpContext context, string? customMessage) |
Post Error Detail Async. | exceptionHandlerPathFeature (IExceptionHandlerPathFeature), context (HttpContext), customMessage (string?) |
string getRawResponse(string url) |
Get Raw Response. | url (string) |
apiResponse getRequest(string url) |
Get Request. | url (string) |
</details>
configuration and myContext properties so that account headers and tokens are injected before calling getRequest.getRequest<T> when a typed API response is required.PostErrorDetailAsync can be plugged into ASP.NET Core exception handlers to mirror legacy error logging behaviour.This library is proprietary to Net3000. Redistribution or use outside Net3000.ca solutions is not permitted.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. 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. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.