Versions in this module Expand all Collapse all v0 v0.0.3 Sep 3, 2021 v0.0.2 Sep 1, 2021 Changes in this version + const BaseURL + const Host + const LoginURL + type Activity struct + AddedBy string + Date string + MediaURL string + Title string + func (a *Activity) SuggestedLocalFilename() string + type Child struct + ID string + Name string + type Client struct + func NewClient(username, password string) (*Client, error) + func (c *Client) Activities(child Child, page int) ([]Activity, error) + func (c *Client) FetchChildren() ([]Child, error)