Documentation
¶
Index ¶
- type Client
- func (c *Client) Get(path string, headers map[string]string, params map[string]any, result any) (*response.Response, error)
- func (c *Client) GetWithTimeout(path string, headers map[string]string, params map[string]any, result any, ...) (*response.Response, error)
- func (c *Client) Post(path string, headers map[string]string, params map[string]any, result any) (*response.Response, error)
- func (c *Client) PostJSON(path string, headers map[string]string, params any, result any) (*response.Response, error)
- func (c *Client) PostJSONWithTimeout(path string, headers map[string]string, params any, result any, ...) (*response.Response, error)
- func (c *Client) PostWithTimeout(path string, headers map[string]string, params map[string]any, result any, ...) (*response.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.