IBM / IFT-Developer-Zone

IFT-Developer-Zone
58 stars 34 forks source link

Updated transaction handling, refactored endpoint calls #25

Closed maxzuo closed 4 years ago

maxzuo commented 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.