getSequenceOfCommit

@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>