getEndpoint() public method

Get the Slack endpoint.
public getEndpoint ( ) : string
return string
 /**
  * Get the Slack endpoint
  *
  * @return string 
  * @static 
  */
 public static function getEndpoint()
 {
     return \Maknz\Slack\Client::getEndpoint();
 }