Skip to content

Commit

Permalink
Add comment for StatusesUserTimelineGet
Browse files Browse the repository at this point in the history
  • Loading branch information
bloveless committed May 3, 2020
1 parent a488951 commit 2b37fb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ func (c Client) StatusesFilterPostRaw(input StatusesFilterInput) (*http.Response
return res, nil
}

// StatusesUserTimelineGet will get a users timeline and return an array of tweets
func (c Client) StatusesUserTimelineGet(input StatusesUserTimelineInput) ([]StatusesUserTimelineOutput, error) {
uri := "https://api.twitter.com/1.1/statuses/user_timeline.json"
params := processParams(input)
Expand Down

0 comments on commit 2b37fb0

Please sign in to comment.