Documentation
¶
Index ¶
- type Client
- func (c *Client) Get(path string, params map[string]interface{}, result interface{}) (int, error)
- func (c *Client) Post(path string, params map[string]interface{}, result interface{}) (int, error)
- func (c *Client) PostJSON(path string, params interface{}, result interface{}) (int, error)
- func (c *Client) PostJSONWithHeader(path string, headers map[string]string, params interface{}, result interface{}) (int, error)
- func (c *Client) PostWithHeader(path string, headers map[string]string, params map[string]interface{}, ...) (int, 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.