landsbankinn-exporter/todo.org

14 lines
783 B
Org Mode
Raw Normal View History

2023-03-20 21:03:36 +00:00
How to get it working:
- [X] Landsbankinn API client for arbitrary transaction lists
- [ ] Transform raw transactions into friendlier ones (i.e. date objects)
- [ ] Content script that can run all the time and puts a button somewhere (statements tab, and extension icon)
- [ ] Background page that downloads all the shit and combines into CSV, then 'downloads' file.
- [ ] Build up communication message passing to background page for downloads
- [ ] Investigate persistent = false + setTimeout
- [ ] Maybe can force clear state when page reloads itself?
- [X] Graphql API client to get information about user, like listing accounts.
- [X] Get working client
- [X] Set API key
- [X] Set bearer token
- [X] Intercept bearer token by yoinking it out of a request