getSingleRepositoryTag

@GET(value = "projects/{id}/repository/tags/{tag_name}")
abstract suspend fun getSingleRepositoryTag(@Path(value = "id") id: String, @Path(value = "tag_name") tagName: String): Result<Tag>