Hacker News new | past | comments | ask | show | jobs | submit login

or

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



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: