Skip to content

Instantly share code, notes, and snippets.

@vnglst
Created February 6, 2017 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vnglst/e4ffd57bd8321be13da526e96ef63ed0 to your computer and use it in GitHub Desktop.
Save vnglst/e4ffd57bd8321be13da526e96ef63ed0 to your computer and use it in GitHub Desktop.
import request from './request'
const getUser = user => request(`https://api.github.com/users/${user}`)
export { getUser }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment