getRawFile

@GET(value = "projects/{id}/repository/files/{file_path}/raw")
abstract suspend fun getRawFile(@Path(value = "id") id: String, @Path(value = "file_path") filePath: String, @Query(value = "ref") ref: String? = null, @Query(value = "lfs") lfs: Boolean? = null): Result<RepositoryFile>