# File lib/gitlab/client/notes.rb, line 68
    def note(project, id)
      get("/projects/#{project}/notes/#{id}")
    end