Skip to content

Instantly share code, notes, and snippets.

@oleh-zaporozhets
Created October 23, 2021 18:41
Show Gist options
  • Select an option

  • Save oleh-zaporozhets/df7bd88e5ed05e1b7e818551f5e92f8b to your computer and use it in GitHub Desktop.

Select an option

Save oleh-zaporozhets/df7bd88e5ed05e1b7e818551f5e92f8b to your computer and use it in GitHub Desktop.
class UsefulService extends Http {
constructor() {
super('https://3rd-party.com/');
}
public getInfo() {
return this.instance.get('/useful-information');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment