Created
June 10, 2017 02:53
-
-
Save blogui91/16e8d290df88a62c1ea9ade005b6532b to your computer and use it in GitHub Desktop.
This file contains 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
import Service from 'easy-requests' | |
class Client extends Service | |
{ | |
constructor(){ | |
super(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment