diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-06-30 17:26:19 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:44:35 +0200 |
| commit | cac980546e15882a232ce234cbde3e0cda693352 (patch) | |
| tree | 50fed18858c6c5cbb11c3ecb690ebbff8bc98525 /web-server/OpenDC.postman_collection.json | |
| parent | 80730074581b8a934fb5b064a54912f620fad978 (diff) | |
Get Docker setup working
Diffstat (limited to 'web-server/OpenDC.postman_collection.json')
| -rw-r--r-- | web-server/OpenDC.postman_collection.json | 61 |
1 files changed, 0 insertions, 61 deletions
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 |
