VMelnalksnis.NordigenDotNet
1.4.1
Prefix Reserved
dotnet add package VMelnalksnis.NordigenDotNet --version 1.4.1
NuGet\Install-Package VMelnalksnis.NordigenDotNet -Version 1.4.1
<PackageReference Include="VMelnalksnis.NordigenDotNet" Version="1.4.1" />
paket add VMelnalksnis.NordigenDotNet --version 1.4.1
#r "nuget: VMelnalksnis.NordigenDotNet, 1.4.1"
// Install VMelnalksnis.NordigenDotNet as a Cake Addin #addin nuget:?package=VMelnalksnis.NordigenDotNet&version=1.4.1 // Install VMelnalksnis.NordigenDotNet as a Cake Tool #tool nuget:?package=VMelnalksnis.NordigenDotNet&version=1.4.1
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.
Add configuration (for optional values see options)
"Nordigen": { "SecretId": "", "SecretKey": "" }
Register required services (see tests)
serviceCollection .AddSingleton<IClock>(SystemClock.Instance) .AddSingleton(DateTimeZoneProviders.Tzdb) .AddNordigenDotNet(configuration);
(Optional) Configure retries with Polly (NuGet package)
serviceCollection .AddNordigenDotNet(configuration) .AddPolicyHandler(...);
Use
INordigenClient
to access all endpoints, or one of the specific clients defined inINordigenClient
Known issues
- Does not support the premium endpoints
- 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 | Versions 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. |
-
.NETStandard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 8.0.0)
- NodaTime (>= 3.1.12)
- NodaTime.Serialization.SystemTextJson (>= 1.2.0)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Net.Http.Json (>= 8.0.1)
- System.Text.Json (>= 8.0.5)
-
net6.0
- NodaTime (>= 3.1.12)
- NodaTime.Serialization.SystemTextJson (>= 1.2.0)
-
net8.0
- NodaTime (>= 3.1.12)
- NodaTime.Serialization.SystemTextJson (>= 1.2.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on VMelnalksnis.NordigenDotNet:
Package | Downloads |
---|---|
VMelnalksnis.NordigenDotNet.DependencyInjection
Dependency injection configuration for VMelnalksnis.NordigenDotNet |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.4.1 | 312 | 10/10/2024 |
1.4.0 | 4,367 | 2/17/2024 |
1.3.1 | 169 | 2/13/2024 |
1.3.0 | 504 | 2/3/2024 |
1.2.0 | 179 | 1/14/2024 |
1.1.3 | 3,582 | 6/2/2023 |
1.1.2 | 1,402 | 2/26/2023 |
1.1.1 | 938 | 1/10/2023 |
1.1.0 | 3,305 | 11/10/2022 |
1.0.1 | 578 | 10/12/2022 |
1.0.0 | 837 | 8/29/2022 |
0.5.2 | 542 | 8/18/2022 |
0.5.1 | 540 | 8/15/2022 |
0.5.0 | 604 | 6/24/2022 |
0.4.4 | 725 | 6/21/2022 |
0.4.3 | 556 | 6/19/2022 |
0.4.1 | 551 | 6/19/2022 |
0.4.0 | 551 | 6/18/2022 |
0.3.1 | 524 | 6/17/2022 |
0.3.0 | 555 | 6/16/2022 |
0.2.0 | 537 | 6/15/2022 |
0.1.0 | 550 | 6/14/2022 |