Get FIXME ...
( path string, query url.Values, headers http.Header, )
| 401 | |
| 402 | // Get FIXME ... |
| 403 | func (apiClient *ApiClient) Get( |
| 404 | path string, |
| 405 | query url.Values, |
| 406 | headers http.Header, |
| 407 | ) (*http.Response, errors.Error) { |
| 408 | return apiClient.Do(http.MethodGet, path, query, nil, headers) |
| 409 | } |
| 410 | |
| 411 | // Post FIXME ... |
| 412 | func (apiClient *ApiClient) Post( |
no test coverage detected