Closed maxzuo closed 4 years ago
Transaction JSON now returns this format:
[ { "id": "", "type": "", "epc_ids": [ "..." ], "event_time": "" }, "..." ]
Endpoint calls are shared between assistant-cli and controller, and therefore common code refactored out to endpoint.ts.
assistant-cli
controller
endpoint.ts
Transaction JSON now returns this format:
Endpoint calls are shared between
assistant-cli
andcontroller
, and therefore common code refactored out toendpoint.ts
.