get()

in lib/roa.js [291:293]


  get(path, query, headers, options) {
    return this.request('GET', path, query, '', headers, options);
  }