Skip to content

Commit

Permalink
Merge branch 'master' of github.com:semifor/Net-Twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
semifor committed Nov 17, 2014
2 parents a48dce1 + f4f8e0c commit f36217b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lib/Net/Twitter/Role/API/RESTv1_1.pm
Expand Up @@ -2039,6 +2039,19 @@ used to retrieve each variation of the banner.
returns => 'HashRef',
);

twitter_api_method muting_ids => (
description => <<'',
Returns an array of numeric user ids the authenticating user has muted.
path => 'mutes/users/ids',
aliases => [qw//],
method => 'GET',
params => [qw/cursor/],
required => [qw//],
booleans => [qw//],
returns => 'ArrayRef[Int]',
);

# infer screen_name or user_id from positional args for backwards compatibility
# and convenience
around [qw/
Expand Down

0 comments on commit f36217b

Please sign in to comment.