Documentation ¶
Index ¶
- func Delete(client *http.Client, route string) ([]byte, error)
- func Get(client *http.Client, route string, headers map[string]string) ([]byte, error)
- func GetWithHeaders(client *http.Client, url string, headers map[string]string) ([]byte, error)
- func Patch(client *http.Client, route string, objData interface{}) ([]byte, error)
- func Post(client *http.Client, route string, data []byte, headers map[string]string) ([]byte, error)
- func Put(client *http.Client, route string, objData interface{}) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetWithHeaders ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.