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