Heartbeat

노드에게 하트비트 사인을 보낸다

Example

client.api.heartbeat(function(err, result) {
  console.log(result);
});

Returns

null

Last updated

Was this helpful?