Documentation ¶
Index ¶
- Constants
- type ApiConfig
- type Client
- func (c *Client) Delete(ctx context.Context, endpoint string, params url.Values) (io.ReadCloser, error)
- func (c *Client) Get(ctx context.Context, endpoint string, params url.Values, result interface{}) error
- func (c *Client) Options(ctx context.Context, endpoint string) (io.ReadCloser, error)
- func (c *Client) Post(ctx context.Context, endpoint string, data interface{}) (io.ReadCloser, error)
- func (c *Client) Put(ctx context.Context, endpoint string, data interface{}) (io.ReadCloser, error)
- type Interface
Constants ¶
View Source
const ( Version = "1.0.0" UserAgent = "WooCommerce API Client/" + Version HashAlgorithm = "HMAC-SHA256" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.