Skip to content

Instantly share code, notes, and snippets.

@simo97
Created October 18, 2017 06:21
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 simo97/4365830e07df1459490cdfa8a9c857bf to your computer and use it in GitHub Desktop.
Save simo97/4365830e07df1459490cdfa8a9c857bf to your computer and use it in GitHub Desktop.
ma facon de faire la requete avec les headers
headers: {
'Authorization': response.data.token_type + ' ' + response.data.token,
'lang': 'fr'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment