Documentation
¶
Index ¶
- type RestAPI
- func (api *RestAPI) Delete(url string) (*http.Response, error)
- func (api *RestAPI) Get(url string) (*http.Response, error)
- func (api *RestAPI) Headers() http.Header
- func (api *RestAPI) Patch(url string, data interface{}) (*http.Response, error)
- func (api *RestAPI) Post(url string, data interface{}) (*http.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.