Skip to content

Instantly share code, notes, and snippets.

@cdaz5
Created October 19, 2017 14:06
Show Gist options
  • Select an option

  • Save cdaz5/d1a9f4b201075887241649d47ceca2e7 to your computer and use it in GitHub Desktop.

Select an option

Save cdaz5/d1a9f4b201075887241649d47ceca2e7 to your computer and use it in GitHub Desktop.
Sample Wynd API Call
fetch('http://api.wynd-staging.com/v3/orders', {
method: 'GET',
headers: {
'Authorization': '{YOUR_JSON_TOKEN}'
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment