Created
June 10, 2017 03:17
-
-
Save blogui91/a3001acdec66e0c1c538261ff656d1e3 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(); | |
this.config.endpoint = 'my-clients' | |
//this.config.origin = 'https://myapi.com' | |
//this.config.prefix = 'admin' | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment