From 6858bfd12718c925a03f9e941ad66af5acd2c506 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Mon, 10 Jul 2017 13:43:01 -0700 Subject: [PATCH] i can http --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a209db3..4acd93f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The GeoJSON objects must have at least one property, "timestamp", which is can b The open source iOS [GPS Logger](https://github.com/aaronpk/GPS-Logger-iOS) will send data in this format by default. ``` -HTTP/1.1 POST /api/input?token=XXXXXXX +POST /api/input?token=XXXXXXX HTTP/1.1 Content-type: application/json { @@ -41,7 +41,8 @@ Content-type: application/json "horizontal_accuracy": 65 } } - ] + ], + "token": "XXXXXXX" } ```