Host: sg01.picalike.copex-kunden.de
Port: 9096
Im git zu finden als:
$ git clone ssh://picalike@sg01.picalike.corpex-kunden.de/home/picalike/repositories/web-apis/ab_test.git
in: als args
{"apikey": <str>, "from": <str>, "till": <str>, "status": <bool>, "dist_p": <float>, "name": <str>, "testId": <str>, "description": <str>}
from und till als String im Format: “2015-11-30-10:00:00”.
status (activity status)
dist_p (distribution parameter in real-valued range [0, 1], i.e. 0.856)
testId ist id.
out:
{"status": <str>, "testId": <str>}
in: als args
{"apikey": <str>}
out:
[{“apikey”: <str>, “from”: <str>, “till”: <str>, “status”: <bool>, “dist_p”: <float>, “name”: <str>, “testId”: <str>, “description”: <str>}, …] d.h. als Liste
in: no parameters required
out: List of dictionaries of the form as in endpoint output /ab_config/get_ab_tests.
in: als data/form
{"url": <str>}
out:
<str> ["Done!"]
in: als data/form
{"url": <str>}
out:
<str> ["Done!..."]
in:
Nichts
out:
[{[some_id <int>, url <str>]}, ...]