{ "info": { "_postman_id": "e454daac-1fbc-481b-80fb-297d84a74c57", "name": "Project56", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "4185850" }, "item": [ { "name": "Send Message", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/api/send/hello", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "send", "hello" ] } }, "response": [] }, { "name": "Increment Counter", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/api/inc", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "inc" ] } }, "response": [] }, { "name": "Save Customer", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"name\": \"jack\",\n \"city\": \"NY\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost:8080/api/customer", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "customer" ] } }, "response": [] }, { "name": "Get Customers", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/api/customer", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "customer" ] } }, "response": [] }, { "name": "Push to Queue", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/api/send-queue/test1", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "send-queue", "test1" ] } }, "response": [] }, { "name": "Get From Queue", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/api/get-queue", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "get-queue" ] } }, "response": [] } ] }