From cac980546e15882a232ce234cbde3e0cda693352 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Tue, 30 Jun 2020 17:26:19 +0200 Subject: Get Docker setup working --- web-server/OpenDC.postman_collection.json | 61 ------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 web-server/OpenDC.postman_collection.json (limited to 'web-server/OpenDC.postman_collection.json') diff --git a/web-server/OpenDC.postman_collection.json b/web-server/OpenDC.postman_collection.json deleted file mode 100644 index c34dc310..00000000 --- a/web-server/OpenDC.postman_collection.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "variables": [], - "info": { - "name": "OpenDC", - "_postman_id": "e8b68f59-29cb-71d0-6237-b22932c40f9c", - "description": "Sample requests for developing the OpenDC API", - "schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json" - }, - "item": [ - { - "name": "Create New Simulation", - "request": { - "url": "localhost:8081/api/v1/simulations", - "method": "POST", - "header": [ - { - "key": "Content-Type", - "value": "application/json", - "description": "" - }, - { - "key": "auth-token", - "value": "PUT YOUR AUTH TOKEN HERE", - "description": "" - } - ], - "body": { - "mode": "raw", - "raw": "{\r\n \"simulation\": {\r\n \"name\": \"Simulation Name\"\r\n }\r\n}" - }, - "description": "" - }, - "response": [] - }, - { - "name": "Create New User", - "request": { - "url": "localhost:8081/api/v1/users", - "method": "POST", - "header": [ - { - "key": "Content-Type", - "value": "application/json", - "description": "" - }, - { - "key": "auth-token", - "value": "PUT YOUR AUTH TOKEN HERE", - "description": "" - } - ], - "body": { - "mode": "raw", - "raw": "{\r\n \"user\": {\r\n \"email\": \"email@example.com\"\r\n }\r\n}" - }, - "description": "" - }, - "response": [] - } - ] -} \ No newline at end of file -- cgit v1.2.3