{ "info": { "_postman_id": "5b9247a1-43a6-4ed2-bbca-b119bc1ab787", "name": "New-Home-Core Examples", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Get Clients", "request": { "method": "GET", "header": [], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "http://localhost:5354/client", "protocol": "http", "host": [ "localhost" ], "port": "5354", "path": [ "client" ] } }, "response": [] }, { "name": "Put new client", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n\t\"address\": \"localhost:4221\"\n}\n" }, "url": { "raw": "http://localhost:5354/client/example", "protocol": "http", "host": [ "localhost" ], "port": "5354", "path": [ "client", "example" ] } }, "response": [] }, { "name": "Help for method", "request": { "method": "HELP", "header": [], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "http://localhost:5354/client/example/method/info", "protocol": "http", "host": [ "localhost" ], "port": "5354", "path": [ "client", "example", "method", "info" ] } }, "response": [] }, { "name": "Call info method", "request": { "method": "CALL", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n\t\"arguments\": \"Here could be your arguments!\"\n}" }, "url": { "raw": "http://localhost:5354/client/example/method/info", "protocol": "http", "host": [ "localhost" ], "port": "5354", "path": [ "client", "example", "method", "info" ] } }, "response": [] } ] }