Skip to content

Instantly share code, notes, and snippets.

@loopDelicious
Created March 1, 2018 21:27
Show Gist options
  • Save loopDelicious/b42a0611e2ef455e191a0acd9e36241d to your computer and use it in GitHub Desktop.
Save loopDelicious/b42a0611e2ef455e191a0acd9e36241d to your computer and use it in GitHub Desktop.
var secret = require('./secrets.js');
module.exports = {
"collections": [
{
"from": "swagger",
"to": "postman-collection",
"name": "Swagger Petstore",
"collection_uid": "1559979-81f30228-c4e1-8a05-948a-da9cc9bd07db",
"collection_id": "81f30228-c4e1-8a05-948a-da9cc9bd07db"
}
],
"key": secret.key
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment