Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ajensenwaud/gwitter
/ functions
Functions
24 in github.com/ajensenwaud/gwitter
⨍
Functions
24
◇
Types & classes
8
↓ 3 callers
Function
ReadFromFile
(f string)
lib/config.go:33
↓ 2 callers
Function
query
(t string, url string, qs map[string]string, consumer *oauth.Consumer, at *TwitterAccessToken)
lib/gwitter.go:167
↓ 2 callers
Function
showProgressIndicator
(t string, timeout time.Duration, stopcn chan bool)
gwitter.go:103
↓ 2 callers
Function
twitterAccessTokenToOauthAccessToken
(at *TwitterAccessToken)
lib/gwitter.go:114
↓ 1 callers
Function
apiError
(resp *http.Response)
lib/http_util.go:42
↓ 1 callers
Function
configureAndExit
(consumerKeyFlag *string, consumerSecretFlag *string)
gwitter.go:151
↓ 1 callers
Function
decodeResponse
(resp *http.Response, data interface{})
lib/http_util.go:35
↓ 1 callers
Function
get
(url string, qs map[string]string, consumer *oauth.Consumer, at *TwitterAccessToken)
lib/gwitter.go:157
↓ 1 callers
Function
printTweets
(tweets []gwitter.Tweet, colour bool)
gwitter.go:123
↓ 1 callers
Function
showHeader
()
gwitter.go:182
↓ 1 callers
Function
usageAndExit
()
gwitter.go:175
Function
AuthenticateFirstTime
(c *oauth.Consumer)
lib/gwitter.go:78
Function
ConfigureAccessToken
(cfgFile string)
lib/gwitter.go:65
Function
ConfigureApi
(cfgFile string)
lib/gwitter.go:49
Function
ConfigureConsumer
(consumerKey string, consumerSecret string)
lib/gwitter.go:37
Method
Error
()
lib/http_util.go:17
Method
Error
Satisfy Error interface
lib/http_util.go:26
Method
Error
()
lib/gwitter.go:33
Function
GetTimeline
(at *TwitterAccessToken, consumer *oauth.Consumer, count int)
lib/gwitter.go:132
Function
PostTweet
(t string, at *TwitterAccessToken, consumer *oauth.Consumer)
lib/gwitter.go:118
Function
Test33BasicAuth
(t *testing.T)
lib/gwitter_test.go:24
Method
Throw
(code int, msg string)
lib/gwitter.go:29
Function
main
()
gwitter.go:33
Function
post
(url string, qs map[string]string, consumer *oauth.Consumer, at *TwitterAccessToken)
lib/gwitter.go:162