Versions in this module Expand all Collapse all v0 v0.2.0 Aug 10, 2020 v0.1.0 Feb 23, 2015 Changes in this version + const ENDPOINT_DEVICES + const ENDPOINT_PUSHES + const ENDPOINT_UPLOADREQ + const ENDPOINT_USERS_ME + func Upload(client *http.Client, upload *responses.Upload, reader io.Reader) error + type Pushbullet struct + func New(token string) *Pushbullet + func NewClient(token string, c *http.Client) *Pushbullet + func (pb *Pushbullet) Client() *http.Client + func (pb *Pushbullet) GetDevices() ([]*responses.Device, error) + func (pb *Pushbullet) GetUsersMe() (*responses.User, error) + func (pb *Pushbullet) PostPushesAddress(a *requests.Address) (*responses.Address, error) + func (pb *Pushbullet) PostPushesChecklist(c *requests.Checklist) (*responses.Checklist, error) + func (pb *Pushbullet) PostPushesFile(f *requests.File) (*responses.File, error) + func (pb *Pushbullet) PostPushesLink(l *requests.Link) (*responses.Link, error) + func (pb *Pushbullet) PostPushesNote(n *requests.Note) (*responses.Note, error) + func (pb *Pushbullet) PostUploadRequest(name, mime string) (*responses.Upload, error)