Skip to content

Instantly share code, notes, and snippets.

@mstalfoort
Last active August 29, 2015 14:02
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 mstalfoort/93caf81f68bed7dfde07 to your computer and use it in GitHub Desktop.
Save mstalfoort/93caf81f68bed7dfde07 to your computer and use it in GitHub Desktop.
Newman environment file
{
"id": "acadab87-9f4c-9f9f-c0a9-0b8adb028cf9",
"name": "Thirdparty API environment",
"values": [
{
"key": "url",
"value": "https://www.example.com/api/",
"type": "text"
},
{
"key": "headers",
"value": "Authorization: Basic <<SOMEBASE64VALUE>>",
"type": "text"
}
],
"timestamp": 1401444470820
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment