From 993e24ed33066e75d6f971cb7ec36a11603dd79e Mon Sep 17 00:00:00 2001 From: Markus Grüneis Date: Wed, 22 Oct 2014 18:55:33 +0200 Subject: hub: add basic POST support --- dat/sample-post.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dat/sample-post.json (limited to 'dat') diff --git a/dat/sample-post.json b/dat/sample-post.json new file mode 100644 index 0000000..35c76e0 --- /dev/null +++ b/dat/sample-post.json @@ -0,0 +1,9 @@ +{ + "streamer-id": {"quality": "high", "content-id": "av", "format": "webm"}, + "hostname": "localhost", + "tags": ["suppa", "toll"], + "version": 1, + "data": {"bytes-sent": 1519, "client-count": 0}, + "start-time": "2013-10-21T12:30:00Z", + "duration-ms": 300000 +} -- cgit v1.2.3