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