Closed kilrau closed 4 years ago
Currently only GET are supported. This is about adding the missing POST calls and socket (compare https://github.com/ExchangeUnion/xud-socketio).
GET
Depends on prio from https://github.com/ExchangeUnion/xud-ui side
Needed by https://github.com/ExchangeUnion/xud-ui/issues/29
As the console view is using the socketio, we'll implement the remaining calls step-by-step when we need them for the views. Thx @krrprr
Currently only
GET
are supported. This is about adding the missing POST calls and socket (compare https://github.com/ExchangeUnion/xud-socketio).