module Gitlab::Client::Notes

def note(project, id)

Returns:
  • (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