# File lib/gitlab/client/snippets.rb, line 43
    def create_snippet(project, options={})
      post("/projects/#{project}/snippets", body: options)
    end