Open juzerali opened 12 years ago
Shouldn't methods like Group.count and Group.getUsers return a Promise. It feels un-natural to pass a callback to such methods.
Group.count
Group.getUsers
Assign this to me if this is to be implemented.
Shouldn't methods like
Group.count
andGroup.getUsers
return a Promise. It feels un-natural to pass a callback to such methods.