apiConnectorCore 1.0.3

dotnet add package apiConnectorCore --version 1.0.3
                    
NuGet\Install-Package apiConnectorCore -Version 1.0.3
                    
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="apiConnectorCore" Version="1.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="apiConnectorCore" Version="1.0.3" />
                    
Directory.Packages.props
<PackageReference Include="apiConnectorCore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add apiConnectorCore --version 1.0.3
                    
#r "nuget: apiConnectorCore, 1.0.3"
                    
#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.
#:package apiConnectorCore@1.0.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=apiConnectorCore&version=1.0.3
                    
Install as a Cake Addin
#tool nuget:?package=apiConnectorCore&version=1.0.3
                    
Install as a Cake Tool

apiConnectorCore

Overview

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.

Public API

<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>

Usage Notes

  • Set the configuration and myContext properties so that account headers and tokens are injected before calling getRequest.
  • Use the generic overload 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.

License

This library is proprietary to Net3000. Redistribution or use outside Net3000.ca solutions is not permitted.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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
1.0.3 134 1/4/2026
1.0.1 265 7/15/2025
1.0.0.9 237 7/15/2025
1.0.0.8 236 7/15/2025
1.0.0.7 280 4/10/2025
1.0.0.6 282 4/9/2025
1.0.0.5 580 3/25/2025
1.0.0.4 586 3/25/2025
1.0.0.3 354 7/17/2023
1.0.0.2 641 4/14/2022
1.0.0.1 569 3/20/2022