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