Skip to content

Instantly share code, notes, and snippets.

@blogui91
Created June 10, 2017 03:17
Show Gist options
  • Save blogui91/a3001acdec66e0c1c538261ff656d1e3 to your computer and use it in GitHub Desktop.
Save blogui91/a3001acdec66e0c1c538261ff656d1e3 to your computer and use it in GitHub Desktop.
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