You are here

public static function Nodejs::checkChannel in Node.js integration 7

1 call to Nodejs::checkChannel()
nodejs_get_check_channel in ./nodejs.module
Checks whether a channel exists on the Node.js server.

File

./nodejs.module, line 955

Class

Nodejs

Code

public static function checkChannel($channel) {
  return self::httpRequest("nodejs/channel/check/{$channel}");
}