You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.gofile.