Skip to content

Commit

Permalink
Docs for new method
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed Oct 7, 2013
1 parent d3ac397 commit 1fcd45c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/octokit/client/organizations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,8 @@ def unpublicize_membership(org, user, options = {})

# List all teams for the authenticated user across all their orgs
#
# @return [Array<Sawyer::Resource>] Array of team resources.
# @see http://developer.github.com/v3/orgs/teams/#list-user-teams
def user_teams(options = {})
paginate "/user/teams", options
end
Expand Down

0 comments on commit 1fcd45c

Please sign in to comment.