From 6ae7a865873f1d8eb54221a79e08a5be1c47b859 Mon Sep 17 00:00:00 2001 From: w1ndyb0y Date: Wed, 16 Sep 2020 10:59:14 +0800 Subject: [PATCH] add readme --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7f9e0d5 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# CIIMS web service message exchange proxy + + +## send + +* context: /send +```json +{ + "url":"http://domain.tld", //optional old ciims server + "user":"ciims username", + "pass":"ciims password", + "event":"route event id", + "priority":0, //optional + "val": false, //optional + "msg":"ciims xml message body" +} +``` + +## receive + +* context: / +```json +{ + "url":"http://domain.tld", //optional old ciims server + "user":"ciims username", + "pass":"ciims password", + "count": 3 +} +``` \ No newline at end of file