# File lib/gitlab/client/branches.rb, line 15 def branches(project, options={}) get("/projects/#{project}/repository/branches", query: options) end