Skip to content

Instantly share code, notes, and snippets.

Created April 14, 2013 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/34b4ceb1a20a14061796 to your computer and use it in GitHub Desktop.
Save anonymous/34b4ceb1a20a14061796 to your computer and use it in GitHub Desktop.
client.getServers(function (err, servers) {
if (err){
console.log("inside Error "+err);
}else{
for (var i =0; i<servers.length;i++){
console.log(servers[i].id);}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment