skycoin / net

DEPRECATED: Moved to https://github.com/skycoin/skywire/tree/master/pkg/net
15 stars 13 forks source link

Improve monitor.go API #21

Open mahansky opened 6 years ago

mahansky commented 6 years ago

Currently, some endpoints from https://github.com/skycoin/net/blob/master/skycoin-messenger/monitor/monitor.go (used in Skywire) respond with plaintext and some with json. It would be ideal to have all of them return json with proper http response codes.