Skip to content

Instantly share code, notes, and snippets.

@abhijitkane
Created August 4, 2015 19:13
Show Gist options
  • Save abhijitkane/3bee2334fcc234e43dc4 to your computer and use it in GitHub Desktop.
Save abhijitkane/3bee2334fcc234e43dc4 to your computer and use it in GitHub Desktop.
Sample Postman Environment
{
"id": "0a95f7a4-7069-c204-3a92-32f9f2c570f2",
"name": "Test",
"values": [
{
"key": "username",
"value": "hello",
"type": "text"
},
{
"key": "password",
"value": "world",
"type": "text"
}
],
"timestamp": 1375346406027
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment