getSingleCommit

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