Versions in this module Expand all Collapse all v1 v1.6.1 Jan 10, 2020 Changes in this version + const MaxTweetsPerRequest + type Tweet struct + CreatedAt string + ExtendedEntities struct{ ... } + ID uint + RetweetedStatus interface{} + Text string + type TwitterAPI struct + Session watcherHttp.SessionInterface + func NewTwitterAPI(moduleKey string, oAuth2Client *models.OAuthClient) *TwitterAPI + func (a *TwitterAPI) UserTimeline(screenName string, sinceID string, maxID string, count uint, ...) ([]*Tweet, error) + type TwitterError struct + Errors []struct{ ... } + func (e TwitterError) Error() string