Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeHTTPRequest ¶
func MakeHTTPRequest[T any](fullUrl string, httpMethod string, headers map[string]string, queryParameters url.Values, body interface{}, responseType T) (T, error)
in the case of GET, the parameter queryParameters is transferred to the URL as query parameters in the case of POST, the parameter body, an io.Reader, is used
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.