Versions in this module Expand all Collapse all v0 v0.9.6 Nov 26, 2019 v0.9.5 Oct 25, 2019 Changes in this version + const DEFAULT_SERVICE_DOMAIN + type Client struct + func NewClient(ak, sk, endpoint string) (*Client, error) + func (c *Client) GetMedia(source string) (*api.GetMediaResult, error) + func (c *Client) PutMedia(args *api.PutMediaArgs) error + func (c *Client) PutText(args *api.PutTextArgs) (*api.PutTextResult, error) + func (c *Client) SimplePutMedia(source string, description string, preset string, notification string) error + func (c *Client) SimplePutText(text string) (*api.PutTextResult, error)