dnb 1.3.0+1 copy "dnb: ^1.3.0+1" to clipboard
dnb: ^1.3.0+1 copied to clipboard

A platform-agnostic Dart client library for interacting with DNB's Open Banking APIs.

Changelog #

1.3.0+1 #

  • Updated readme

1.3.0 #

  • Added basic models for response objects

BREAKING CHANGES: #

  • Removed sigv4/AWS dependency

1.2.1 #

  • Bumped sigv4 version
  • Fixed build status badge
  • Removed deprecated author: field from pubspec

1.2.0+1 #

  • Formatting, updated readme

1.2.0 #

BREAKING CHANGES: #

  • Changed all ID parameteres to non-optional

1.1.2 #

Updated README to reflect the recent changes in the library.

1.1.1 #

Actually forgot to bump package version. Because of serious OCD, the pub version and pubspec version has to be in sync.

1.1.0 #

DNB recently updated their APIs, resulting in various changes

Breaking changes: #

  • Removed all Open Banking APIs no longer supported by DNB
  • Removed optional JWT token for all methods, as it's only a duplicate of the jwt field anyway.
  • Separated their Open Banking APIs into its own client to separate from their PSD2 APIs, which is coming to this library in the next minor version
  • Changed parameters for Currency APIs

Other changes:

  • Only signing the getTokenmethod as it's the only API call that needs AWS Signature
  • Added versioning for each API (defaults to current newest version, will try to update ASAP for each release)
  • Updated dependencies
  • Code cleanup and formatting

1.0.1 #

  • Added example

1.0.0 #

  • Initial release
1
likes
40
pub points
0%
popularity

Publisher

verified publishermolland.sh

A platform-agnostic Dart client library for interacting with DNB's Open Banking APIs.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

equatable, http, json_annotation, json_serializable, meta

More

Packages that depend on dnb