toggle menu
gitlab
jvm
switch theme
search in API
gitlab
/
com.mato.gitlab.api
/
TagsApi
/
getSingleRepositoryTag
get
Single
Repository
Tag
@
GET
(
value
=
"projects/{id}/repository/tags/{tag_name}"
)
abstract
suspend
fun
getSingleRepositoryTag
(
@
Path
(
value
=
"id"
)
id
:
String
,
@
Path
(
value
=
"tag_name"
)
tagName
:
String
)
:
Result
<
Tag
>