diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-25 13:50:49 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-25 13:50:49 +0200 |
| commit | a1589e75358558eada7ffc2efc7e3fa7160d233e (patch) | |
| tree | 7889a2364292cd8b90fe996da7907bebf200d3dc /OpenDC.postman_collection.json | |
| parent | 1f34466d41ba01a3dd36b0866696367d397daf7e (diff) | |
Reformat codebase and fix spelling errors
Diffstat (limited to 'OpenDC.postman_collection.json')
| -rw-r--r-- | OpenDC.postman_collection.json | 118 |
1 files changed, 59 insertions, 59 deletions
diff --git a/OpenDC.postman_collection.json b/OpenDC.postman_collection.json index 2fa03f58..c34dc310 100644 --- a/OpenDC.postman_collection.json +++ b/OpenDC.postman_collection.json @@ -1,61 +1,61 @@ { - "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": [] - } - ] + "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 |
