Open jsattler opened 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.
pkg/client.go
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.