Documentation
¶
Index ¶
- func Create(ctx context.Context, c *gotwitter.GoTwitter, p *types.CreateInput) (*types.CreateOutput, error)
- func Delete(ctx context.Context, c *gotwitter.GoTwitter, p *types.DeleteInput) (*types.DeleteOutput, error)
- func ListUsers(ctx context.Context, c *gotwitter.GoTwitter, p *types.ListUsersInput) (*types.ListUsersOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(ctx context.Context, c *gotwitter.GoTwitter, p *types.CreateInput) (*types.CreateOutput, error)
Causes the user ID identified in the path parameter to Retweet the target Tweet. https://developer.twitter.com/en/docs/twitter-api/tweets/retweets/api-reference/post-users-id-retweets
func Delete ¶
func Delete(ctx context.Context, c *gotwitter.GoTwitter, p *types.DeleteInput) (*types.DeleteOutput, error)
Allows a user or authenticated user ID to remove the Retweet of a Tweet. The request succeeds with no action when the user sends a request to a user they're not Retweeting the Tweet or have already removed the Retweet of. https://developer.twitter.com/en/docs/twitter-api/tweets/retweets/api-reference/delete-users-id-retweets-tweet_id
func ListUsers ¶
func ListUsers(ctx context.Context, c *gotwitter.GoTwitter, p *types.ListUsersInput) (*types.ListUsersOutput, error)
Allows you to get information about who has Retweeted a Tweet. https://developer.twitter.com/en/docs/twitter-api/tweets/retweets/api-reference/get-tweets-id-retweeted_by
Types ¶
This section is empty.