module Gitlab::Client::ProjectReleaseLinks
def project_release_link(project, tag_name, link_id)
-
(Gitlab::ObjectifiedHash)
- Information about the release link
Parameters:
-
link_id
(Integer
) -- The id of the link. -
tag_name
(String
) -- The tag associated with the Release. -
project
(Integer, String
) -- The ID or name of a project.
def project_release_link(project, tag_name, link_id) get("/projects/#{url_encode project}/releases/#{tag_name}/assets/links/#{link_id}") end