Skip to content

Instantly share code, notes, and snippets.

@sabljakovich
Created July 20, 2020 10:54
Show Gist options
  • Save sabljakovich/76cf19f3eeb1f415c1a39d52fdec7996 to your computer and use it in GitHub Desktop.
Save sabljakovich/76cf19f3eeb1f415c1a39d52fdec7996 to your computer and use it in GitHub Desktop.
const user = await axios.post(BASE_URL+'/users', data, { auth: {
username: USERNAME,
password: PASSWORD
}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment