Documentation ¶
Index ¶
- func GetJson(url string, jsonReq interface{}) ([]byte, error)
- func GetJsonWithHeaders(url string, headers map[string]string, jsonReq interface{}) ([]byte, error)
- func PostJson(url string, jsonReq interface{}) ([]byte, error)
- func PostJsonWithHeaders(url string, headers map[string]string, jsonReq interface{}) ([]byte, error)
- type Client
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetJsonWithHeaders ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.