async getConfig()

in zuul-status/zuul-status.js [119:123]


  async getConfig(project, plugin) {
    return await this.plugin.restApi().get(
            `/projects/${encodeURIComponent(project)}` +
            `/${encodeURIComponent(plugin)}~config`);
  }