toggle menu
gitlab
jvm
switch theme
search in API
gitlab
/
com.mato.gitlab.api
/
CommitsApi
/
getRefsCommitPushTo
get
Refs
Commit
Push
To
@
GET
(
value
=
"projects/{id}/repository/commits/{sha}/refs"
)
abstract
suspend
fun
getRefsCommitPushTo
(
@
Path
(
value
=
"id"
)
id
:
String
,
@
Path
(
value
=
"sha"
)
sha
:
String
,
@
Query
(
value
=
"type"
)
type
:
String
)
:
Result
<
List
<
Reference
>
>