Commit Graph

10 Commits

Author SHA1 Message Date
40f9142d70 feat(export): add buffer download methods to ExportBuilder
- Added download() method to get statements as Buffer without saving to disk
- Added downloadAsArrayBuffer() method for web API compatibility
- Enhanced documentation for getAccountStatement() method
- Updated README with comprehensive examples
- No breaking changes, backward compatible
2025-08-02 10:56:17 +00:00
3144c9edbf update 2025-07-29 14:22:52 +00:00
c9fab7def2 feat(core): switch to native fetch API for all HTTP requests 2025-07-27 07:19:34 +00:00
16135cae02 fix(httpclient): pass query params as object for smartrequest compatibility 2025-07-25 11:27:55 +00:00
93dddf6181 fix(oauth): correct OAuth implementation to match bunq documentation 2025-07-22 21:56:10 +00:00
739e781cfb fix(oauth): fix private key error for OAuth tokens 2025-07-22 21:18:41 +00:00
4ec2e46c4b update 2025-07-18 11:42:06 +00:00
f530fa639a update 2025-07-18 11:33:13 +00:00
596efa3f06 update 2025-07-18 10:43:39 +00:00
193524f15c update 2025-07-18 10:31:12 +00:00