VMelnalksnis.NordigenDotNet
0.4.3
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package VMelnalksnis.NordigenDotNet --version 0.4.3
NuGet\Install-Package VMelnalksnis.NordigenDotNet -Version 0.4.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="VMelnalksnis.NordigenDotNet" Version="0.4.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add VMelnalksnis.NordigenDotNet --version 0.4.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: VMelnalksnis.NordigenDotNet, 0.4.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.
// Install VMelnalksnis.NordigenDotNet as a Cake Addin #addin nuget:?package=VMelnalksnis.NordigenDotNet&version=0.4.3 // Install VMelnalksnis.NordigenDotNet as a Cake Tool #tool nuget:?package=VMelnalksnis.NordigenDotNet&version=0.4.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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
// Only registers services from NordigenDotNet
services.AddNordigenDotNet(Configuration);
// Also registers the IDateTimeZoneProvider, which is required
serviceCollection.AddNordigenDotNet(Configuration, SystemClock.Instance, DateTimeZoneProviders.Tzdb);
- (Optional) Configure retries with Polly (NuGet package)
services
.AddNordigenDotNet(Configuration, SystemClock.Instance, DateTimeZoneProviders.Tzdb)
.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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- NodaTime (>= 3.1.0)
- 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 | 326 | 10/10/2024 |
1.4.0 | 4,367 | 2/17/2024 |
1.3.1 | 171 | 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 |