Documentation
¶
Index ¶
- type APIError
- type Client
- func (c *Client) Delete(path string) (json.RawMessage, error)
- func (c *Client) Get(path string) (json.RawMessage, error)
- func (c *Client) Patch(path string, body interface{}) (json.RawMessage, error)
- func (c *Client) Post(path string, body interface{}) (json.RawMessage, error)
- func (c *Client) Put(path string, body interface{}) (json.RawMessage, 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.