Revert "Refactor gr-rest-api-interface - extract common methods to helper"

This reverts commit e2d84b21ad.

Reason for revert: document.createElement('gr-rest-api-interface').send(...) doesn't work in Polymer 2, because the ready() method of gr-rest-api-interface calls later. 

Change-Id: I42234c2e2e6801b144e4d1db33e9d7929ace219e
This commit is contained in:
Dmitrii Filippov
2019-09-11 12:21:50 +00:00
parent e2d84b21ad
commit 07c6c0c2ec
7 changed files with 668 additions and 857 deletions

View File

@@ -35,9 +35,6 @@ const EXTERN_NAMES = [
'GrReviewerUpdatesParser',
'GrCountStringFormatter',
'GrThemeApi',
'SiteBasedCache',
'FetchPromisesCache',
'GrRestApiHelper',
'moment',
'page',
'util',