Documentation
¶
Index ¶
- type Client
- func (c *Client) Get(path string) (res Response, err error)
- func (c *Client) Post(path, bodyType string, reader io.Reader) (res Response, err error)
- func (c *Client) PostForm(path string, data url.Values) (res Response, err error)
- func (c *Client) PostJSON(path string, src interface{}) (res Response, err error)
- func (c *Client) URL(path string) string
- type Response
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.