Method: Gitlab::Client::Notes#notes
- Defined in:
- lib/gitlab/client/notes.rb
permalink #notes(project, options = {}) ⇒ Array<Gitlab::ObjectifiedHash>
Gets a list of projects notes.
16 17 18 |
# File 'lib/gitlab/client/notes.rb', line 16 def notes(project, = {}) get("/projects/#{url_encode project}/notes", query: ) end |