19 Commits

Author SHA1 Message Date
Juergen Kunz
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
Juergen Kunz
4c0ad95eb1 feat(http): add automatic rate limit handling with smartrequest
- Migrated HTTP client to @push.rocks/smartrequest for robust rate limiting
- Automatic retry with exponential backoff (1s, 2s, 4s) on HTTP 429
- Respects Retry-After headers from server
- Improved error handling and network resilience
- Updated documentation with rate limit handling examples
2025-07-29 17:03:14 +00:00
Juergen Kunz
cb6e79ba50 fix(tests): update tests for v4.0.0 stateless architecture compatibility 2025-07-27 08:51:31 +00:00
Juergen Kunz
c9fab7def2 feat(core): switch to native fetch API for all HTTP requests 2025-07-27 07:19:34 +00:00
Juergen Kunz
fb30c6f4e3 fix(export): use direct content endpoint for PDF statement downloads 2025-07-27 07:09:54 +00:00
Juergen Kunz
16135cae02 fix(httpclient): pass query params as object for smartrequest compatibility 2025-07-25 11:27:55 +00:00
Juergen Kunz
1190500221 feat(transactions): add full pagination support with older_id and custom count parameters 2025-07-25 02:58:15 +00:00
Juergen Kunz
bc0517164f BREAKING CHANGE(core): implement complete stateless architecture with consumer-controlled session persistence 2025-07-25 02:10:16 +00:00
Juergen Kunz
f790984a95 fix(oauth): remove OAuth session caching to prevent authentication issues 2025-07-25 00:44:04 +00:00
Juergen Kunz
9011390dc4 fix(oauth): fix OAuth token authentication flow for existing installations 2025-07-24 12:28:50 +00:00
Juergen Kunz
76c6b95f3d feat(oauth): add OAuth session caching to prevent multiple authentication attempts 2025-07-22 22:56:50 +00:00
Juergen Kunz
93dddf6181 fix(oauth): correct OAuth implementation to match bunq documentation 2025-07-22 21:56:10 +00:00
Juergen Kunz
739e781cfb fix(oauth): fix private key error for OAuth tokens 2025-07-22 21:18:41 +00:00
Juergen Kunz
cffba39844 feat(oauth): add OAuth token support 2025-07-22 21:10:41 +00:00
Juergen Kunz
4b398b56da fix(tests,security): improve test reliability and remove sensitive file 2025-07-22 20:41:55 +00:00
Juergen Kunz
36bab3eccb fix(tests): fix test failures and draft payment API compatibility 2025-07-22 20:40:32 +00:00
Juergen Kunz
036d111fa1 fix(tests,webhooks): fix test assertions and webhook API structure 2025-07-22 20:25:14 +00:00
Juergen Kunz
5a42b8fe27 fix(docs): docs: update readme examples for card management, export statements and error handling; add local settings for CLI permissions 2025-07-18 17:36:50 +00:00
Juergen Kunz
036ddce829 BREAKING CHANGE(core): Major restructuring and feature enhancements: added batch payments and scheduled payments with builder patterns, improved webhook management, migrated package naming to @apiclient.xyz/bunq, and updated documentation and tests. 2025-07-18 12:31:42 +00:00