Hacker News new | ask | show | jobs
by azerothian 2984 days ago
or

  async get() {
    const response = await fetch(`${baseAPI}/heroes`);
    return response.json();
  }