toggle menu
gitlab
jvm
switch theme
search in API
gitlab
/
com.mato.gitlab.api
/
CommitsApi
/
getSingleCommit
get
Single
Commit
@
GET
(
value
=
"projects/{id}/repository/commits/{sha}"
)
abstract
suspend
fun
getSingleCommit
(
@
Path
(
value
=
"id"
)
id
:
String
,
@
Path
(
value
=
"sha"
)
sha
:
String
,
@
Query
(
value
=
"stats"
)
stats
:
Boolean
?
=
null
)
:
Result
<
Commit
>