diff --git a/README.md b/README.md index 574be13..43adbdf 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Running 2. Run the following commands ``` pip3 install -r requirements.txt - python3 -m quanttp + python3 -m quanttp ``` Usage Example @@ -20,35 +20,35 @@ Usage Example ### REST API - http://localhost:62456/api/randint32 + http://localhost:/api/randint32 < -1741405968 - http://localhost:62456/api/randuniform + http://localhost:/api/randuniform < 0.20340009994 - http://localhost:62456/api/randnormal + http://localhost:/api/randnormal < 1.02206840644 - http://localhost:62456/api/randbytes?length=16 + http://localhost:/api/randbytes?length=16 < ���E��s_�b����G� ### REST JSON API - http://localhost:62456/api/randint32?length=3 - < {"type": "string", "format": "int32", "length": 3, "data": [1524492492, -1194151004, 1365408501], "success": "true"} + http://localhost:/api/randint32?length=3 + < {"server": "", "type": "string", "format": "int32", "length": 3, "data": [1524492492, -1194151004, 1365408501], "success": "true"} - http://localhost:62456/api/randuniform?length=2 - < {"type": "string", "format": "uniform", "length": 2, "data": [0.07230273403292031, 0.733570206706375], "success": "true"} + http://localhost:/api/randuniform?length=2 + < {"server": "", "type": "string", "format": "uniform", "length": 2, "data": [0.07230273403292031, 0.733570206706375], "success": "true"} - http://localhost:62456/api/randnormal?length=1 - < {"type": "string", "format": "normal", "length": 1, "data": [0.6430985466029758], "success": "true"} + http://localhost:/api/randnormal?length=1 + < {"server": "", "type": "string", "format": "normal", "length": 1, "data": [0.6430985466029758], "success": "true"} - http://localhost:62456/api/randhex?length=2&size=5 - < {"type": "string", "format": "hex", "length": 2, "size": 5, "data": ["b90e1b01bc", "b59374fc0e"], "success": "true"} + http://localhost:/api/randhex?length=2&size=5 + < {"server": "", "type": "string", "format": "hex", "length": 2, "size": 5, "data": ["b90e1b01bc", "b59374fc0e"], "success": "true"} ### WebSocket API - ws://localhost:62456/ws + ws://localhost:/ws > RANDINT32 < 585865374