webmarker-server/src/main/java/net/mindoverflow/webmarker
Bea 017f16fdf1 Add timestamp support
A new "timestamp" entry for the JSON POST request (/api/v1/store) was added.
The timestamp must be formatted following ISO_OFFSET_DATE_TIME, eg:
YYYY-MM-DDTHH:mm:ss.SSSZ.

The storage request will be denied in case the timestamp is missing, or if
it's more than 5 minutes old (or more than 1 minute into the future).
2020-08-22 18:32:46 +02:00
..
runnables Implement YAML config, start SQLite implementation 2020-08-21 16:11:32 +02:00
utils Add timestamp support 2020-08-22 18:32:46 +02:00
webserver Add timestamp support 2020-08-22 18:32:46 +02:00
WebMarker.java Add timestamp support 2020-08-22 18:32:46 +02:00