cd0e7da2a641329779a5a17e14564572fc222979
Bumps [NodaTime.Testing](https://github.com/nodatime/nodatime) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/nodatime/nodatime/releases) - [Changelog](https://github.com/nodatime/nodatime/blob/main/NodaTime%20Release.snk) - [Commits](https://github.com/nodatime/nodatime/compare/3.1.5...3.1.6) --- updated-dependencies: - dependency-name: NodaTime.Testing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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
INordigenClientto 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
Description
Languages
C#
99.2%
Shell
0.8%