up-bank-api icon indicating copy to clipboard operation
up-bank-api copied to clipboard

not getting a next link for transactions

Open bentwonk opened this issue 2 years ago • 9 comments

await up.transactions.listByAccount("accountID,{pageSize: 10, filterSince:"2020-03-01T12:02:03Z",filterUntil:"2021-11-30T18:02:03Z"});

returns pagesize (10) results, but no next page link.

"links": { "prev": null }

could this be related to recent changed to pagination?

bentwonk avatar Dec 19 '21 05:12 bentwonk