Skip to content

nordigen_integration: Latest Stable null safe-Release with more Features

Compare
Choose a tag to compare
@Dhi13man Dhi13man released this 14 May 21:11
· 88 commits to main since this release

Development of a Null Safe Dart/Flutter Package for Nordigen EU PSD2 AISP API Integration with relevant Data Models, proper encapsulation with the exposing of parameters, and succinct documentation.

  1. Discrepancies solved with BankAccountModel; Balance and getAccountBalances.

  2. Added basic GET and DELETE requests for certain endpoints.

  3. BREAKING: Simplified certain APIs for more controlled usage.
    fetchRedirectLinkForRequisition method only takes String aspspID and String requisitionID now.
    createEndUserAgreement method only takes String endUserID, String aspspID, int maxHistoricalDays = 90 now.

  4. PUT implementation added for future convenience.

  5. Updated documentation to highlight changes.

  6. Documentation fixes and more specific tests for DELETE requests.