Skip to content

Commit

Permalink
Added blocks/blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
Wynn Netherland committed Dec 12, 2009
1 parent 1cbe28a commit 0eb0990
Show file tree
Hide file tree
Showing 3 changed files with 1,642 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/twitter/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,10 @@ def list_subscriptions(list_owner_username)
def blocked_ids
perform_get("/blocks/blocking/ids.json", :mash => false)
end

def blocking(options={})
perform_get("/blocks/blocking.json", options)
end

protected
def self.mime_type(file)
Expand Down
Loading

0 comments on commit 0eb0990

Please sign in to comment.