Documentation
¶
Index ¶
- Constants
- type Client
- func (c *Client) DoDelete(requestUrl string, q *url.Values) (*http.Response, error)
- func (c *Client) DoGet(requestUrl string, q *url.Values) (*http.Response, error)
- func (c *Client) DoPost(requestUrl string, q *url.Values, reqBody io.Reader) (*http.Response, error)
- func (c *Client) DoPut(requestUrl string, q *url.Values, reqBody io.Reader) (*http.Response, error)
Constants ¶
View Source
const (
XApiKey = "x-api-key"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.