{ "info": { "_postman_id": "1ee32c7e-1034-4fa0-a59c-dbba905ee3eb", "name": "Local", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "14945087" }, "item": [ { "name": "Dev", "item": [ { "name": "Get a Platforms by Id", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:7179/api/c/platforms/1/commands/3", "protocol": "http", "host": [ "localhost" ], "port": "7179", "path": [ "api", "c", "platforms", "1", "commands", "3" ] } }, "response": [] }, { "name": "Post Inbound Connectio", "request": { "method": "POST", "header": [], "url": { "raw": "http://localhost:7179/api/c/platforms", "protocol": "http", "host": [ "localhost" ], "port": "7179", "path": [ "api", "c", "platforms" ] } }, "response": [] }, { "name": "Create Command for Platform", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"HowTo\" : \"Push a docker container to hub\" ,\r\n \"CommandLine\" : \"docker push \"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost:5000/api/c/platforms/4/commands/", "protocol": "http", "host": [ "localhost" ], "port": "5000", "path": [ "api", "c", "platforms", "4", "commands", "" ] } }, "response": [] }, { "name": "Get ALL Platforms", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:5000/api/c/platforms", "protocol": "http", "host": [ "localhost" ], "port": "5000", "path": [ "api", "c", "platforms" ] } }, "response": [] }, { "name": "Get ALL Commands fot Platforms", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:5000/api/c/platforms/4/commands", "protocol": "http", "host": [ "localhost" ], "port": "5000", "path": [ "api", "c", "platforms", "4", "commands" ] } }, "response": [] } ] }, { "name": "Local Testing", "item": [ { "name": "Create Platform", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"name\": \"Docker\",\r\n \"Publlisher\": \"Docker\",\r\n \"cost\": \"Free\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "https://localhost:7038/api/platforms", "protocol": "https", "host": [ "localhost" ], "port": "7038", "path": [ "api", "platforms" ] } }, "response": [] }, { "name": "Get All Platforms", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"name\": \"Docker\",\r\n \"Publlisher\": \"Docker\",\r\n \"cost\": \"Free\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "https://localhost:7038/api/platforms", "protocol": "https", "host": [ "localhost" ], "port": "7038", "path": [ "api", "platforms" ] } }, "response": [] } ] } ] }