module Gitlab::Client::Notes
def note(project, id)
-
(Gitlab::ObjectifiedHash)
-
Parameters:
-
id
(Integer
) -- The ID of a note. -
project
(Integer
) -- The ID of a project.
def note(project, id) get("/projects/#{url_encode project}/notes/#{id}") end