Browse Source

Update README.md

pull/29/head
Aaron Parecki 5 years ago
committed by GitHub
parent
commit
6dadc526d9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      README.md

+ 2
- 3
README.md View File

@ -91,7 +91,7 @@ To write to a database, make a POST request in JSON format with the following ke
The GeoJSON objects must have at least one property, "timestamp", which is can be any value that can be interpreted as a date. The object can have any additional properties you wish.
The open source iOS [GPS Logger](https://github.com/aaronpk/GPS-Logger-iOS) will send data in this format by default.
The open source iOS [Overland](https://github.com/aaronpk/Overland-iOS) will send data in this format by default.
```
POST /api/input?token=XXXXXXX HTTP/1.1
@ -110,8 +110,7 @@ Content-type: application/json
"horizontal_accuracy": 65
}
}
],
"token": "XXXXXXX"
]
}
```

Loading…
Cancel
Save