Get peers

Get the list of the current peers.

client.request('get_peers', null, function(err, result) {
  console.log(result);
});

Last updated