_pluginRestApi()

in submit-rules/gr-simple-submit-rules-repo-config.js [190:195]


  _pluginRestApi() {
    if (this._restApi === undefined) {
      this._restApi = this.plugin.restApi();
    }
    return this._restApi;
  }