ExchangeUnion / xud-docker-api

GNU Affero General Public License v3.0
0 stars 0 forks source link

Proxy remaining calls of xud's grpc, including POST+socket #4

Closed kilrau closed 3 years ago

kilrau commented 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).

kilrau commented 4 years ago

Depends on prio from https://github.com/ExchangeUnion/xud-ui side

krrprr commented 3 years ago

Needed by https://github.com/ExchangeUnion/xud-ui/issues/29

kilrau commented 3 years ago

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