Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support muting API methods #59

Closed
mynetx opened this issue May 16, 2014 · 0 comments
Closed

Support muting API methods #59

mynetx opened this issue May 16, 2014 · 0 comments

Comments

@mynetx
Copy link
Member

mynetx commented May 16, 2014

POST mutes/users/create Mutes the user specified in the ID parameter for the authenticating user. Returns the muted user in the requested format when successful. Returns a string describing the failure condition when unsuccessful. Actions taken in this method are asynchronous and changes will be eventually consistent.
POST mutes/users/destroy Un-mutes the user specified in the ID parameter for the authenticating user. Returns the unmuted user in the requested format when successful. Returns a string describing the failure condition when unsuccessful. Actions taken in this method are asynchronous and changes will be eventually...
GET mutes/users/ids Returns an array of numeric user ids the authenticating user has muted.
GET mutes/users/list Returns an array of user objects the authenticating user has muted.

https://dev.twitter.com/discussions/28358

@mynetx mynetx added this to the Altofts milestone May 16, 2014
@mynetx mynetx self-assigned this May 16, 2014
@mynetx mynetx closed this as completed in ccb2fe3 Jun 7, 2014
mynetx added a commit that referenced this issue Jun 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant