메소드 |
설명 |
|
__construct ( $token, $room, $from, $endpoint = 'https://api.hipchat.com/v1/' ) |
|
|
getEndpoint ( ) |
|
|
getFrom ( ) |
|
|
getHeaders ( ) |
|
|
getHttp ( ) : Guzzle\Http\ClientInterface |
Get the instance of Guzzle used to send the message. |
|
getRoom ( ) |
|
|
getToken ( ) |
|
|
send ( rcrowe\Hippy\Message\MessageInterface $message ) |
|
|
setEndpoint ( $endpoint ) |
|
|
setFrom ( $from ) |
|
|
setHeaders ( array $headers ) |
|
|
setHttp ( Guzzle\Http\ClientInterface $http ) : void |
Set the instance of Guzzle used to send the message. |
|
setRoom ( $room ) |
|
|
setToken ( $token ) |
|
|