Skip to content

Commit

Permalink
Merge pull request #7 from fukayatsu/add-bandevents
Browse files Browse the repository at this point in the history
Add bandevents
  • Loading branch information
andrewpbrett committed Aug 17, 2014
2 parents 4c6f90f + eebf072 commit 84ce953
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/client.rb
Expand Up @@ -27,6 +27,10 @@ def trends(params={})
get_helper("users/@me/trends", params)
end

def bandevents(params={})
get_helper("users/@me/bandevents", params)
end

def disconnect
delete_helper("users/@me/PartnerAppMembership")
end
Expand Down

0 comments on commit 84ce953

Please sign in to comment.