Method: Gitlab::Client::Packages#project_package_files
- Defined in:
- lib/gitlab/client/packages.rb
#project_package_files(project, id) ⇒ Array<Gitlab::ObjectifiedHash>
Get a list of package files of a single package.
66 67 68 |
# File 'lib/gitlab/client/packages.rb', line 66 def project_package_files(project, id) get("/projects/#{url_encode project}/packages/#{id}/package_files") end |