@@ -73,6 +73,9 @@ |
||
| 73 | 73 | ]); |
| 74 | 74 | } |
| 75 | 75 | |
| 76 | + /** |
|
| 77 | + * @return string |
|
| 78 | + */ |
|
| 76 | 79 | protected function buildUrl($resource) |
| 77 | 80 | { |
| 78 | 81 | return "https://{$this->host}/api/{$resource}"; |
@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Zenapply\PeopleMatter; |
| 4 | 4 | |
| 5 | -use Exception; |
|
| 6 | 5 | use DateTime; |
| 6 | +use Exception; |
|
| 7 | 7 | use GuzzleHttp\Client; |
| 8 | 8 | use Zenapply\PeopleMatter\Exceptions\PeopleMatterException; |
| 9 | 9 | |