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

Add a date filter for transactions #19

Closed onjen closed 1 year ago

onjen commented 1 year ago

With this commit a --since flag is added to the transaction command which takes a date as input. The API is queried until the date is part of the results.

jsattler commented 1 year ago

@onjen thanks for your contribution! I will have look today.