Browse Source

i can http

pull/13/head
Aaron Parecki 6 years ago
parent
commit
6858bfd127
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      README.md

+ 3
- 2
README.md View File

@ -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"
}
```

Loading…
Cancel
Save