| Methods Summary | ||
|---|---|---|
public
|
||
public
|
||
public
|
#
getRoomDetails( string $company , string $roomId , array $params = array ( ) )
Get a specific room information
access |
|
public
|
#
getRoomByOffer( string $company , int $offerId , array $params = array ( ) )
Get a specific room by offer ID
access |
|
public
|
#
getRoomByApplication( string $company , int $applicationId , array $params = array ( ) )
Get a specific room by application ID
access |
|
public
|
#
getRoomByContract( string $company , int $contractId , array $params = array ( ) )
Get a specific room by contract ID
access |
|
public
|
||
public
|
#
sendMessageToRoom( string $company , string $roomId , array $params = array ( ) )
Send a message to a room
access |
|
public
|
#
updateRoomSettings( string $company , string $roomId , string $username , array $params = array ( ) )
Update a room settings
access |
|
public
|
#
updateRoomMetadata( string $company , string $roomId , array $params = array ( ) )
Update the metadata of a room
access |
|
| Methods inherited from Upwork\API\Client |
|---|
__construct(),
getServer(),
getRequestToken(),
auth(),
_request(),
get(),
post(),
put(),
delete()
|
| Constants Summary | ||
|---|---|---|
public
string
|
ENTRY_POINT
|
#
'api'
|
| Constants inherited from Upwork\API\Client |
|---|
DATA_FORMAT
|
| Properties inherited from Upwork\API\Client |
|---|
$_epoint,
$_server
|