VMelnalksnis.NordigenDotNet 1.4.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package VMelnalksnis.NordigenDotNet --version 1.4.0
NuGet\Install-Package VMelnalksnis.NordigenDotNet -Version 1.4.0
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="1.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add VMelnalksnis.NordigenDotNet --version 1.4.0
#r "nuget: VMelnalksnis.NordigenDotNet, 1.4.0"
#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=1.4.0

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

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": ""
    }
    
  2. Register required services (see tests)

    serviceCollection
        .AddSingleton<IClock>(SystemClock.Instance)
        .AddSingleton(DateTimeZoneProviders.Tzdb)
        .AddNordigenDotNet(configuration);
    
  3. (Optional) Configure retries with Polly (NuGet package)

    serviceCollection
        .AddNordigenDotNet(configuration)
        .AddPolicyHandler(...);
    
  4. 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 net5.0 was computed.  net5.0-windows was computed.  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 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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 1,597 2/17/2024
1.3.1 121 2/13/2024
1.3.0 456 2/3/2024
1.2.0 130 1/14/2024
1.1.3 3,540 6/2/2023
1.1.2 1,364 2/26/2023
1.1.1 890 1/10/2023
1.1.0 2,989 11/10/2022
1.0.1 548 10/12/2022
1.0.0 805 8/29/2022
0.5.2 510 8/18/2022
0.5.1 506 8/15/2022
0.5.0 573 6/24/2022
0.4.4 694 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 502 6/17/2022
0.3.0 524 6/16/2022
0.2.0 504 6/15/2022
0.1.0 519 6/14/2022