From ffcc04d2e60f64b2eabb6e0d3515724be538a8af Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sun, 17 Jul 2016 00:25:20 +0000 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c7e0cad..f9dabfc 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ To read a database, make a GET request as follows: #### Get the last location before a given timestamp `GET /api/last` + * token - (required) the read token for the database * tz - (optional, default UTC) timezone string (e.g. America/Los_Angeles) which will be used to determine the absolute start/end times for the day * before - (optional, default to now) specify a full timestamp to return a single record before this date (the point returned will be no more than 24 hours before the given date) @@ -50,6 +51,7 @@ To read a database, make a GET request as follows: #### Find the last location matching a clock time `GET /api/find-from-localtime` + This API method can help you answer the question "Where was I when my watch read 9:30am on July 15th?". Timestamps in Exif data do not include the timezone offset, and there is no standard mechanism for including the timezone offset in Exif. Some Canon cameras put the offset in a field, but not all of them do. You can use this method to find your location given an Exif date.