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