jsattler / go-comdirect

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

fix: paging on transactions #29

Closed onjen closed 1 year ago

onjen commented 1 year ago

It was broken in commit 515c113, because the count parameter was ignored with the new since flag. Now the since flag is empty per default and only if the parameter is set the transactions are filtered. Otherwise the count parameter is used.

Refs: #24