Versions in this module Expand all Collapse all v0 v0.0.1 Jan 3, 2018 Changes in this version + const URLAuth + const URLInitProfile + const URLReg + const URLUpload + type Client struct + Email string + Name string + Password string + func NewClient(name, email, passwd string) (*Client, error) + func NewRandomClient() (*Client, error) + func (c *Client) PostJSON(url string, data interface{}) (*http.Response, error) + func (c *Client) Upload(img *Img) error + type Img struct + IsPrivate bool + Name string + URL string + func NewImg(url string) *Img + func (i *Img) FmtName()