Versions in this module Expand all Collapse all v0 v0.0.2 May 16, 2017 v0.0.1 May 16, 2017 Changes in this version + type Client struct + func New(c *client.Client) *Client + func (c *Client) AddContact(id string, params *models.ContactParams) (*models.Contact, error) + func (c *Client) Contacts(id string) (*models.Contacts, error) + func (c *Client) Delete(id string) error + func (c *Client) DeleteContact(id, contactID string) error + func (c *Client) Get(id string) (*models.ContactGroup, error) + func (c *Client) List() (*models.ContactGroups, error) + func (c *Client) New(name string, contacts []*models.Contact) (*models.ContactGroup, error) + func (c *Client) Update(id, name string) (*models.ContactGroup, error)