Module: Bitbuckit::Client::Commits
- Included in:
- Bitbuckit::Client
- Defined in:
- lib/bitbuckit/client/commits.rb
Instance Method Summary collapse
Instance Method Details
#commits(user = nil, repo = nil, options = {}) ⇒ Object
4 5 6 |
# File 'lib/bitbuckit/client/commits.rb', line 4 def commits(user = nil, repo = nil, = {}) paginate "repositories/#{user}/#{repo}/commits/", end |