Closed
Description
In #420 we added support for point-in-time queries to support DMSDK requirement for pagination and export at a consistent snapshot. But since the new methods are public, we should flesh out the implementation.
- support /v1/values
- support /v1/rows
- support /v1/graphs
- add a simple way to get the server timestamp (right now you have to do a search or a read)
- throw an error if a handle is sent to a write method with a server timestamp set (since that's not allowed)