VMelnalksnis.NordigenDotNet
1.0.1
Prefix Reserved
See the version list below for details.
dotnet add package VMelnalksnis.NordigenDotNet --version 1.0.1
NuGet\Install-Package VMelnalksnis.NordigenDotNet -Version 1.0.1
<PackageReference Include="VMelnalksnis.NordigenDotNet" Version="1.0.1" />
paket add VMelnalksnis.NordigenDotNet --version 1.0.1
#r "nuget: VMelnalksnis.NordigenDotNet, 1.0.1"
// Install VMelnalksnis.NordigenDotNet as a Cake Addin #addin nuget:?package=VMelnalksnis.NordigenDotNet&version=1.0.1 // Install VMelnalksnis.NordigenDotNet as a Cake Tool #tool nuget:?package=VMelnalksnis.NordigenDotNet&version=1.0.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 | 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. |
-
net6.0
- NodaTime (>= 3.1.4)
- NodaTime.Serialization.SystemTextJson (>= 1.0.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 | 762 | 10/10/2024 |
1.4.0 | 4,505 | 2/17/2024 |
1.3.1 | 182 | 2/13/2024 |
1.3.0 | 511 | 2/3/2024 |
1.2.0 | 186 | 1/14/2024 |
1.1.3 | 3,589 | 6/2/2023 |
1.1.2 | 1,409 | 2/26/2023 |
1.1.1 | 945 | 1/10/2023 |
1.1.0 | 3,314 | 11/10/2022 |
1.0.1 | 587 | 10/12/2022 |
1.0.0 | 848 | 8/29/2022 |
0.5.2 | 551 | 8/18/2022 |
0.5.1 | 549 | 8/15/2022 |
0.5.0 | 613 | 6/24/2022 |
0.4.4 | 734 | 6/21/2022 |
0.4.3 | 565 | 6/19/2022 |
0.4.1 | 560 | 6/19/2022 |
0.4.0 | 560 | 6/18/2022 |
0.3.1 | 533 | 6/17/2022 |
0.3.0 | 564 | 6/16/2022 |
0.2.0 | 546 | 6/15/2022 |
0.1.0 | 559 | 6/14/2022 |