diff --git a/misc/BreCal.postman_collection.json b/misc/BreCal.postman_collection.json index b8bd91e..7da647a 100644 --- a/misc/BreCal.postman_collection.json +++ b/misc/BreCal.postman_collection.json @@ -36,10 +36,9 @@ } }, "url": { - "raw": "http://{{PATH}}/login", - "protocol": "http", + "raw": "{{SCHEMA}}{{PATH}}/login", "host": [ - "{{PATH}}" + "{{SCHEMA}}{{PATH}}" ], "path": [ "login" @@ -64,10 +63,9 @@ "method": "GET", "header": [], "url": { - "raw": "http://{{PATH}}/participant?user_id=1", - "protocol": "http", + "raw": "{{SCHEMA}}{{PATH}}/participant?user_id=1", "host": [ - "{{PATH}}" + "{{SCHEMA}}{{PATH}}" ], "path": [ "participant" @@ -98,10 +96,9 @@ "method": "GET", "header": [], "url": { - "raw": "http://{{PATH}}/shipcalls", - "protocol": "http", + "raw": "{{SCHEMA}}{{PATH}}/shipcalls", "host": [ - "{{PATH}}" + "{{SCHEMA}}{{PATH}}" ], "path": [ "shipcalls" @@ -135,10 +132,9 @@ } }, "url": { - "raw": "http://{{PATH}}/shipcalls", - "protocol": "http", + "raw": "{{SCHEMA}}{{PATH}}/shipcalls", "host": [ - "{{PATH}}" + "{{SCHEMA}}{{PATH}}" ], "path": [ "shipcalls" @@ -172,10 +168,9 @@ } }, "url": { - "raw": "http://{{PATH}}/shipcalls", - "protocol": "http", + "raw": "{{SCHEMA}}{{PATH}}/shipcalls", "host": [ - "{{PATH}}" + "{{SCHEMA}}{{PATH}}" ], "path": [ "shipcalls" @@ -200,10 +195,9 @@ "method": "GET", "header": [], "url": { - "raw": "http://{{PATH}}/berths", - "protocol": "http", + "raw": "{{SCHEMA}}{{PATH}}/berths", "host": [ - "{{PATH}}" + "{{SCHEMA}}{{PATH}}" ], "path": [ "berths" @@ -228,10 +222,9 @@ "method": "GET", "header": [], "url": { - "raw": "http://{{PATH}}/notifications?participant_id=1", - "protocol": "http", + "raw": "{{SCHEMA}}{{PATH}}/notifications?participant_id=1", "host": [ - "{{PATH}}" + "{{SCHEMA}}{{PATH}}" ], "path": [ "notifications" @@ -262,10 +255,9 @@ "method": "GET", "header": [], "url": { - "raw": "http://{{PATH}}/ships", - "protocol": "http", + "raw": "{{SCHEMA}}{{PATH}}/ships", "host": [ - "{{PATH}}" + "{{SCHEMA}}{{PATH}}" ], "path": [ "ships" @@ -290,10 +282,9 @@ "method": "GET", "header": [], "url": { - "raw": "http://{{PATH}}/times?shipcall_id=1", - "protocol": "http", + "raw": "{{SCHEMA}}{{PATH}}/times?shipcall_id=1", "host": [ - "{{PATH}}" + "{{SCHEMA}}{{PATH}}" ], "path": [ "times" @@ -333,10 +324,9 @@ } }, "url": { - "raw": "http://{{PATH}}/times", - "protocol": "http", + "raw": "{{SCHEMA}}{{PATH}}/times", "host": [ - "{{PATH}}" + "{{SCHEMA}}{{PATH}}" ], "path": [ "times" @@ -365,10 +355,9 @@ "raw": "{\r\n \"start_planned\" : \"2023-05-18T07:18:19\",\r\n \"end_planned\" : \"2023-05-18T09:18:19\", \r\n \"id\" : 1\r\n}" }, "url": { - "raw": "http://{{PATH}}/times", - "protocol": "http", + "raw": "{{SCHEMA}}{{PATH}}/times", "host": [ - "{{PATH}}" + "{{SCHEMA}}{{PATH}}" ], "path": [ "times" @@ -393,10 +382,9 @@ "method": "DELETE", "header": [], "url": { - "raw": "http://{{PATH}}/times?id=3", - "protocol": "http", + "raw": "{{SCHEMA}}{{PATH}}/times?id=3", "host": [ - "{{PATH}}" + "{{SCHEMA}}{{PATH}}" ], "path": [ "times" diff --git a/misc/Remote BreCalEMSWE.postman_environment.json b/misc/Remote BreCalEMSWE.postman_environment.json new file mode 100644 index 0000000..1532298 --- /dev/null +++ b/misc/Remote BreCalEMSWE.postman_environment.json @@ -0,0 +1,27 @@ +{ + "id": "a3b2b291-6ec7-4af8-9ba6-57448547f71b", + "name": "Remote BreCal EMSWE", + "values": [ + { + "key": "PATH", + "value": "brecal.bsmd-emswe.eu/", + "type": "default", + "enabled": true + }, + { + "key": "LOGON_TOKEN", + "value": "", + "type": "any", + "enabled": true + }, + { + "key": "SCHEMA", + "value": "https://", + "type": "default", + "enabled": true + } + ], + "_postman_variable_scope": "environment", + "_postman_exported_at": "2023-06-27T09:33:59.460Z", + "_postman_exported_using": "Postman/10.15.4" +} \ No newline at end of file