Collections
Collection of api endpoints related to tweet collections.
See also
Parameters
Current ApiClient instance.
Constructors
Creates new Collections endpoint instance.
Properties
Extensions
Create a Collection owned by the currently authenticated user. The API endpoint may refuse to complete the request if the authenticated user has exceeded the total number of allowed collections for their account.
Permanently delete a Collection owned by the currently authenticated user.
Shorthand property to Collections.list.
Find Collections created by a specific user or containing a specific curated Tweet. Results are organized in a cursored collection.
Find Collections created by a specific user or containing a specific curated Tweet. Results are organized in a cursored collection.
Find Collections created by a specific user or containing a specific curated Tweet. Results are organized in a cursored collection.
Retrieve information associated with a specific Collection.
Update information concerning a Collection owned by the currently authenticated user. Partial updates are not currently supported: please provide name, description, and url whenever using this method. Omitted description or url parameters will be treated as if an empty string was passed, overwriting any previously stored value for the Collection.