nordigen_integration: Latest Stable null safe-Release with more Features
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.
-
Discrepancies solved with BankAccountModel; Balance and getAccountBalances.
-
Added basic GET and DELETE requests for certain endpoints.
-
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. -
PUT implementation added for future convenience.
-
Updated documentation to highlight changes.
-
Documentation fixes and more specific tests for DELETE requests.