@@ -93,6 +93,9 @@ discard block |
||
| 93 | 93 | return $this; |
| 94 | 94 | } |
| 95 | 95 | |
| 96 | + /** |
|
| 97 | + * @param string $service |
|
| 98 | + */ |
|
| 96 | 99 | public function domain($service) |
| 97 | 100 | { |
| 98 | 101 | $response = $this->request("https://api.liveperson.net/api/account/{$this->account}/service/{$service}/baseURI.json?version={$this->version}", 'GET'); |
@@ -267,6 +270,9 @@ discard block |
||
| 267 | 270 | return new EngagementHistory($history, $this); |
| 268 | 271 | } |
| 269 | 272 | |
| 273 | + /** |
|
| 274 | + * @param string $method |
|
| 275 | + */ |
|
| 270 | 276 | private function request($url, $method, $payload = false) |
| 271 | 277 | { |
| 272 | 278 | $consumer_key = config("{$this->config}.key"); |