VMelnalksnis.NordigenDotNet 0.4.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package VMelnalksnis.NordigenDotNet --version 0.4.1
NuGet\Install-Package VMelnalksnis.NordigenDotNet -Version 0.4.1
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="VMelnalksnis.NordigenDotNet" Version="0.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add VMelnalksnis.NordigenDotNet --version 0.4.1
#r "nuget: VMelnalksnis.NordigenDotNet, 0.4.1"
#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 VMelnalksnis.NordigenDotNet as a Cake Addin
#addin nuget:?package=VMelnalksnis.NordigenDotNet&version=0.4.1

// Install VMelnalksnis.NordigenDotNet as a Cake Tool
#tool nuget:?package=VMelnalksnis.NordigenDotNet&version=0.4.1

Nuget Nuget Codecov Run tests

NordigenDotNet

.NET client for the Nordigen API.

Usage

A separate NuGet package is provided for ASP.NET Core (IConfiguration and IServiceCollection) . For use outside of ASP.NET Core, see the configuration.

  1. Add configuration (for optional values see options)
"Nordigen": {
    "SecretId": "",
    "SecretKey": ""
}
  1. Register required services
// Only registers services from NordigenDotNet
services.AddNordigenDotNet(Configuration);
// Also registers the IDateTimeZoneProvider, which is required
serviceCollection.AddNordigenDotNet(Configuration, SystemClock.Instance, DateTimeZoneProviders.Tzdb);
  1. (Optional) Configure retries with Polly (NuGet package)
services
	.AddNordigenDotNet(Configuration, SystemClock.Instance, DateTimeZoneProviders.Tzdb)
	.AddPolicyHandler(...);
  1. Use INordigenClient to access all endpoints, or one of the specific clients defined in INordigenClient

Known issues

  1. Does not support the premium endpoints
  2. Due to incomplete documentation and differences between data returned by each bank, not all data returned by the Nordigen API might be captured. When using the client with a new institution, consider inspecting the raw data returned by Nordigen. If something is missing, please create an issue
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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 (1)

Showing the top 1 NuGet packages that depend on VMelnalksnis.NordigenDotNet:

Package Downloads
VMelnalksnis.NordigenDotNet.DependencyInjection The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Dependency injection configuration for VMelnalksnis.NordigenDotNet

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.0 2,124 2/17/2024
1.3.1 126 2/13/2024
1.3.0 459 2/3/2024
1.2.0 134 1/14/2024
1.1.3 3,543 6/2/2023
1.1.2 1,367 2/26/2023
1.1.1 893 1/10/2023
1.1.0 3,033 11/10/2022
1.0.1 549 10/12/2022
1.0.0 806 8/29/2022
0.5.2 511 8/18/2022
0.5.1 506 8/15/2022
0.5.0 574 6/24/2022
0.4.4 695 6/21/2022
0.4.3 522 6/19/2022
0.4.1 520 6/19/2022
0.4.0 521 6/18/2022
0.3.1 503 6/17/2022
0.3.0 524 6/16/2022
0.2.0 505 6/15/2022
0.1.0 519 6/14/2022