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

The Up Bank API TypeScript wrapper

Results 4 up-bank-api issues
Sort by recently updated
recently updated
newest added

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?

This allows accessing the API using the CLI to aid development. I'm not entirely sure what the `"module": "commonjs"` option in `tsconfig.json` does, so I'm unsure if I want to...

Should we try to support pagination for list endpoints? I'm not sure what the best practice would be for support this. What do you think of something like this which...

Had a thought this arvo that if we mock out the UpClient, we can do some simple tests to ensure we're calling the correct endpoint and passing parameters though. I'm...