Versions in this module Expand all Collapse all v1 v1.0.0 Nov 3, 2016 Changes in this version + const CLIENT_USER_AGENT + type Client struct + Endpoint string + HTTPClient *http.Client + func New(endpoint string, httpClient *http.Client) *Client + func (c *Client) Hooks() HooksAPI + func (c *Client) Ping() error + type HooksAPI interface + CreateHook func(r *v1.NewHookRequest) error