ZeroPush.prototype.channels = function (page, perPage, callback) {
  if ( typeof page === "function" ) {
    callback = page;
    page     = 1;
  }