Skip to content

Instantly share code, notes, and snippets.

@Porter97
Created April 8, 2020 17:15
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 Porter97/e3516f34030dd38e1eb3c6dd0b0069ef to your computer and use it in GitHub Desktop.
Save Porter97/e3516f34030dd38e1eb3c6dd0b0069ef to your computer and use it in GitHub Desktop.
#...
const Profile = {
get: username =>
agent.get(`/user/${username}`),
};
export default {
Auth,
Profile
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment