module Bitbuckit::Client::Commits

Public Instance Methods

commits(user = nil, repo = nil, options = {}) click to toggle source
# File lib/bitbuckit/client/commits.rb, line 4
def commits(user = nil, repo = nil, options = {})
  paginate "repositories/#{user}/#{repo}/commits/", options
end