api-flow
Version:
A flow written in ES6 using Immutable to convert between API description formats (Swagger, etc.) and other programs such as cURL command lines.
90 lines • 2.18 kB
JSON
{
"version": 1,
"collections": [
{
"id": "5d1bde13-9823-201e-1fe2-3b5df0fa94f2",
"name": "Testing one two three",
"description": "",
"order": [],
"folders": [
{
"id": "68b22e9b-4860-a94d-ce7b-761da25de05b",
"name": "GET - Testing One Two Three",
"description": "",
"order": [
"1d74c535-d7fd-7963-64cc-a71ae6481533"
],
"owner": 0,
"collectionId": "125421-243652341-1324215-4325432-7654-7658-76598",
"collection_id": "5d1bde13-9823-201e-1fe2-3b5df0fa94f2",
"collection": "5d1bde13-9823-201e-1fe2-3b5df0fa94f2"
}
],
"timestamp": 1470217529,
"owner": 0,
"public": false,
"sharedWithTeam": false,
"shared": false,
"synced": true,
"subscribed": false,
"updatedAt": 1470244527869,
"createdAt": 1470244527869,
"hasRequests": true,
"requests": [
{
"id": "1d74c535-d7fd-7963-64cc-a71ae6481533",
"headers": "Authorization: Basic {{TEST_PUBLIC}}\n",
"url": "{{baseurl}}/vehicles/sources/",
"preRequestScript": "",
"pathVariables": {
"source": "{{vdml.source}}",
"brand": "{{vdml.mandator.brand}}",
"country": "{{vdml.mandator.country}}",
"effectDate": "{{vdml.effectDate}}",
"orderDate": "{{vdml.orderDate}}"
},
"method": "GET",
"data": [],
"dataMode": "params",
"tests": "",
"currentHelper": "normal",
"helperAttributes": {},
"time": 1469604555268,
"name": "#V030.020 - Szenario 1 (get data)",
"description": "",
"collectionId": "5d1bde13-9823-201e-1fe2-3b5df0fa94f2",
"responses": [],
"owner": 0,
"folder": "68b22e9b-4860-a94d-ce7b-761da25de05b"
}
]
}
],
"environments": [
{
"id": "1e1858ef-4333-9c3a-710c-abad3f3ee1fb",
"name": "Sample Environment",
"values": [
{
"key": "baseurl",
"value": "https://testingonetwo.net",
"type": "text",
"name": "baseurl",
"enabled": true
}
],
"timestamp": 1454918801090,
"synced": false,
"syncedFilename": ""
}
],
"headerPresets": [],
"globals": [
{
"key": "data",
"type": "text",
"value": "",
"enabled": true
}
]
}