Module: Bitbuckit::Client::Teams
- Included in:
- Bitbuckit::Client
- Defined in:
- lib/bitbuckit/client/teams.rb
Instance Method Summary collapse
Instance Method Details
permalink #team_repositories(team, options = {}) ⇒ Object
[View source]
8 9 10 |
# File 'lib/bitbuckit/client/teams.rb', line 8 def team_repositories(team, = {}) paginate("repositories/#{team}") end |
permalink #teams(role = "member", options = {}) ⇒ Object
[View source]
4 5 6 |
# File 'lib/bitbuckit/client/teams.rb', line 4 def teams(role = "member", = {}) paginate("teams", role: role) end |