{"info":{"_postman_id":"3f4401d4-0ab0-427c-bf3e-b117dad85fbe","name":"Molkky","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"1117131","collectionId":"3f4401d4-0ab0-427c-bf3e-b117dad85fbe","publishedId":"SW11Vxdm","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-10-29T20:09:18.000Z"},"item":[{"name":"molkky/start","id":"41b69178-e3b8-464b-828e-7cac32040935","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"teams\": [\"cat\",\"dog\"],\n\t\"playingTeam\": \"dog\"\n}"},"url":"http://localhost:8888/api/molkky/start","urlObject":{"path":["start"],"host":["http://localhost:8888/api/molkky"],"query":[],"variable":[]}},"response":[{"id":"13081ec7-4cee-494a-957c-104b895cd077","name":"molkky/start (normal response)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"teams\": [\"cat\",\"dog\"],\n\t\"playingTeam\": \"dog\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888/api/molkky/start"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"113"},{"key":"ETag","value":"W/\"71-Nhc+j230gainoleqSDOOHbdlB4Y\""},{"key":"Date","value":"Mon, 11 Nov 2019 08:37:41 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"scores\": {\n        \"cat\": {\n            \"score\": 0,\n            \"left\": 50\n        },\n        \"dog\": {\n            \"score\": 0,\n            \"left\": 50\n        }\n    },\n    \"currentTurn\": {\n        \"isPlaying\": \"dog\",\n        \"remain\": 3\n    }\n}"},{"id":"f3fda6e8-274f-4e9c-a257-5c96a0d4b62d","name":"molkky/start (a game has already been started)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"teams\": [\"cat\",\"dog\"],\n\t\"playingTeam\": \"dog\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888/api/molkky/start"},"status":"A game has already been started!","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"content-type","value":"application/json"},{"key":"Date","value":"Mon, 11 Nov 2019 08:41:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"41b69178-e3b8-464b-828e-7cac32040935"},{"name":"molkky/score","id":"e70965d2-e519-4c8f-a7b3-cd69bd603335","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"team\": \"cat\",\n\t\"points\": 2\n}"},"url":"http://localhost:8888/api/molkky/score","urlObject":{"path":["score"],"host":["http://localhost:8888/api/molkky"],"query":[],"variable":[]}},"response":[{"id":"4328b0b7-2dce-47d5-8a93-b7bef0d6c71e","name":"molkky/score (normal response)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"team\": \"dog\",\n\t\"points\": 10\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888/api/molkky/score"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"129"},{"key":"ETag","value":"W/\"81-oJEMKV00/hQBdibV21NqXmG2F2E\""},{"key":"Date","value":"Mon, 11 Nov 2019 08:39:00 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"scores\": {\n        \"cat\": {\n            \"score\": 0,\n            \"left\": 50\n        },\n        \"dog\": {\n            \"score\": 10,\n            \"left\": 40\n        }\n    },\n    \"currentTurn\": {\n        \"isPlaying\": \"cat\",\n        \"remain\": 3,\n        \"wining\": \"dog\"\n    }\n}"},{"id":"9595345d-fd77-423b-be3d-2915b6486475","name":"molkky/score (game over)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"team\": \"cat\",\n\t\"points\": 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888/api/molkky/score"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"155"},{"key":"ETag","value":"W/\"9b-8UHk5soayzzhojtuNQ4KsMjve78\""},{"key":"Date","value":"Mon, 11 Nov 2019 08:40:35 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"scores\": {\n        \"cat\": {\n            \"score\": 50,\n            \"left\": 0\n        },\n        \"dog\": {\n            \"score\": 46,\n            \"left\": 4\n        }\n    },\n    \"currentTurn\": {\n        \"isPlaying\": \"cat\",\n        \"remain\": 3,\n        \"wining\": \"cat\",\n        \"over\": true,\n        \"losing\": \"dog\"\n    }\n}"},{"id":"a0d3a735-dfae-45ce-a19f-2a942c7c718c","name":"molkky/score (wrong turn)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"team\": \"dog\",\n\t\"points\": 10\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888/api/molkky/score"},"status":"Not the dog's turn!","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"content-type","value":"application/json"},{"key":"Date","value":"Mon, 11 Nov 2019 08:39:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e70965d2-e519-4c8f-a7b3-cd69bd603335"},{"name":"molkky/miss","id":"45e66a9e-dadb-4c58-88ad-5a470e5ce6b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"team\": \"dog\"\n}"},"url":"http://localhost:8888/api/molkky/miss","urlObject":{"path":["miss"],"host":["http://localhost:8888/api/molkky"],"query":[],"variable":[]}},"response":[{"id":"1c9d7daf-a445-4de3-bb10-00cc764ed8f9","name":"molkky/miss (penality reached)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"team\": \"dog\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888/api/molkky/miss"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"155"},{"key":"ETag","value":"W/\"9b-fOfZp+ezpu22WIr6ItieEONDJsY\""},{"key":"Date","value":"Mon, 11 Nov 2019 08:45:30 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"scores\": {\n        \"cat\": {\n            \"score\": 0,\n            \"left\": 50\n        },\n        \"dog\": {\n            \"score\": 0,\n            \"left\": 50\n        }\n    },\n    \"currentTurn\": {\n        \"isPlaying\": \"dog\",\n        \"remain\": 0,\n        \"wining\": \"cat\",\n        \"over\": true,\n        \"losing\": \"dog\"\n    }\n}"},{"id":"f7d8f9d5-5bac-4cb6-875a-7c8fe8920b80","name":"molkky/miss (normal response)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"team\": \"cat\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888/api/molkky/miss"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"113"},{"key":"ETag","value":"W/\"71-uYpzR1788PyEJTE77Wjx0jg+N6c\""},{"key":"Date","value":"Tue, 29 Oct 2019 20:07:19 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"scores\": {\n        \"cat\": {\n            \"score\": 0,\n            \"left\": 50\n        },\n        \"dog\": {\n            \"score\": 6,\n            \"left\": 44\n        }\n    },\n    \"currentTurn\": {\n        \"isPlaying\": \"cat\",\n        \"remain\": 2\n    }\n}"}],"_postman_id":"45e66a9e-dadb-4c58-88ad-5a470e5ce6b0"},{"name":"molkky/reset","id":"24ba56c1-653a-4383-97ab-6532c7900ff2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"http://localhost:8888/api/molkky/reset","urlObject":{"path":["reset"],"host":["http://localhost:8888/api/molkky"],"query":[],"variable":[]}},"response":[{"id":"57e982f8-3f89-4d22-8458-15a80ed1c479","name":"molkky/reset","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"http://localhost:8888/api/molkky/reset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"34"},{"key":"ETag","value":"W/\"22-+WOct9XZi8PGGMM7gg8uEnTWByE\""},{"key":"Date","value":"Mon, 11 Nov 2019 08:43:42 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"scores\": null,\n    \"currentTurn\": null\n}"}],"_postman_id":"24ba56c1-653a-4383-97ab-6532c7900ff2"},{"name":"mock post data from gateway","id":"52c6d43e-e8fa-41cb-a0b1-071c9a8c0753","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n  {\n    \"timestamp\":\"2019-10-21T18:30:16Z\",\n    \"type\":\"Gateway\",\n    \"mac\":\"AC233FC04B5E\",\n    \"gatewayFree\":98,\n    \"gatewayLoad\":0.12\n  },\n  {\n    \"timestamp\":\"2019-10-21T18:30:19Z\",\n    \"type\":\"Unknown\",\n    \"mac\":\"AC233FA246A2\",\n    \"bleName\":\"\",\n    \"rssi\":-40,\n    \"rawData\":\"0201060303E1FF1216E1FFA103640007000000F0A246A23F23AC\"\n  },\n  {\n    \"timestamp\":\"2019-10-21T18:30:19Z\",\n    \"type\":\"Unknown\",\n    \"mac\":\"AC233FA2483D\",\n    \"bleName\":\"\",\n    \"rssi\":-38,\n    \"rawData\":\"0201060303E1FF1216E1FFA103640002FFFE01003D48A23F23AC\"\n  },\n  {\n    \"timestamp\":\"2019-10-21T18:30:19Z\",\n    \"type\":\"Unknown\",\n    \"mac\":\"AC233FA24843\",\n    \"bleName\":\"\",\n    \"rssi\":-43,\n    \"rawData\":\"0201060303E1FF1216E1FFA103640002000001024348A23F23AC\"\n  }\n]"},"url":"http://localhost:8888/api/minew","urlObject":{"host":["http://localhost:8888/api/minew"],"query":[],"variable":[]}},"response":[],"_postman_id":"52c6d43e-e8fa-41cb-a0b1-071c9a8c0753"}],"event":[{"listen":"prerequest","script":{"id":"85d15984-db89-4057-8eec-8c399690f2ad","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2641e847-bece-49ae-8d57-a067820c92e0","type":"text/javascript","exec":[""]}}],"variable":[{"key":"hostDev","value":"http://localhost:8888"},{"key":"rootApiMinew","value":"/api/minew"},{"key":"rootApiMolkky","value":"/api/molkky"}]}