jsattler / go-comdirect

Go module and CLI tool to interact with the comdirect REST API
Apache License 2.0
44 stars 9 forks source link

Implement `comdirect account transaction --since last` #33

Open eblechschmidt opened 1 year ago

eblechschmidt commented 1 year ago

Wouldn't it be really nice to be able to just use --since last to get the latest transactions for an account with a specific ID since the last time this was executed?

This would mean to store the last time the comdirect account transaction IDcommand was executed for a specific account ID. Does that impose any secruity concerns if the ID is stored somewhere in the user direcotry?