Documentation
¶
Index ¶
- func Create(ctx context.Context, c *gotwi.Client, p *types.CreateInput) (*types.CreateOutput, error)
- func Delete(ctx context.Context, c *gotwi.Client, p *types.DeleteInput) (*types.DeleteOutput, error)
- func Update(ctx context.Context, c *gotwi.Client, p *types.UpdateInput) (*types.UpdateOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(ctx context.Context, c *gotwi.Client, p *types.CreateInput) (*types.CreateOutput, error)
Enables the authenticated user to create a List. https://developer.twitter.com/en/docs/twitter-api/lists/manage-lists/api-reference/post-lists
func Delete ¶
func Delete(ctx context.Context, c *gotwi.Client, p *types.DeleteInput) (*types.DeleteOutput, error)
Enables the authenticated user to delete a List that they own. https://developer.twitter.com/en/docs/twitter-api/lists/manage-lists/api-reference/delete-lists-id
func Update ¶
func Update(ctx context.Context, c *gotwi.Client, p *types.UpdateInput) (*types.UpdateOutput, error)
Enables the authenticated user to update the meta data of a specified List that they own. https://developer.twitter.com/en/docs/twitter-api/lists/manage-lists/api-reference/put-lists-id
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.