Skip to content

Instantly share code, notes, and snippets.

@geetotes
Created March 15, 2017 19:03
Show Gist options
  • Save geetotes/75ab70338d340eeb7c664402fa9a46ed to your computer and use it in GitHub Desktop.
Save geetotes/75ab70338d340eeb7c664402fa9a46ed to your computer and use it in GitHub Desktop.
class Endpoints {
static login(auth_params) {
return {
method: 'POST',
endpoint: 'users/login',
loading_message: 'Loggin You In',
body: JSON.stringify(auth_params)
}
}
// More static methods that just return an object
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment