Created
October 23, 2021 18:41
-
-
Save oleh-zaporozhets/df7bd88e5ed05e1b7e818551f5e92f8b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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