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 + Key string + func New(c *client.Client) *Client + func (c *Client) Command(id string) (*models.Command, error) + func (c *Client) Commands() (*models.Commands, error) + func (c *Client) DeleteCommand(id string) error + func (c *Client) DeleteEnhancement(id string) error + func (c *Client) DeleteLinkResolver(id string) error + func (c *Client) DeleteSidebar(id string) error + func (c *Client) Enhancement(id string) (*models.Enhancement, error) + func (c *Client) Enhancements() (*models.Enhancements, error) + func (c *Client) LinkResolver(id string) (*models.LinkResolver, error) + func (c *Client) LinkResolvers() (*models.LinkResolvers, error) + func (c *Client) NewCommand(command *models.Command) (*models.Command, error) + func (c *Client) NewEnhancement(enhancement *models.Enhancement) (*models.Enhancement, error) + func (c *Client) NewLinkResolver(resolver *models.LinkResolver) (*models.LinkResolver, error) + func (c *Client) NewSidebar(sidebar *models.Sidebar) (*models.Sidebar, error) + func (c *Client) Sidebar(id string) (*models.Sidebar, error) + func (c *Client) Sidebars() (*models.Sidebars, error)