Versions in this module Expand all Collapse all v1 v1.1.0 Jul 11, 2016 v1.0.0 Jun 20, 2016 Changes in this version + type Api struct + func New(key string, org string) (*Api, error) + func (a *Api) Schedules() (Schedules, error) + func (a *Api) Users() (Users, error) + type CallPeriod struct + Start time.Time + User string + type Schedule struct + CurrentPeriod *CallPeriod + Id string + Name string + NextPeriod *CallPeriod + Timezone string + type Schedules []Schedule + type User struct + Email string + Id string + Name string + type Users []User