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

Make use of Query Parameter Options where possible #2

Open jsattler opened 2 years ago

jsattler commented 2 years ago

Most requests to the comdirect API allow query parameters to be added. Currently the library does not make use of the query parameters for most requests. All available query parameter keys are defined as constants in the pkg/client.go file.