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