| 1 | <?php |
||
| 5 | class Integration extends Resource |
||
| 6 | { |
||
| 7 | |||
| 8 | /** |
||
| 9 | * Get account details |
||
| 10 | * |
||
| 11 | * @return \SevenShores\Hubspot\Http\Response |
||
| 12 | * |
||
| 13 | * @see https://developers.hubspot.com/docs/methods/get-account-details |
||
| 14 | */ |
||
| 15 | public function getAccountDetails() |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Check daily API usage |
||
| 23 | * |
||
| 24 | * @return \SevenShores\Hubspot\Http\Response |
||
| 25 | * |
||
| 26 | * @see https://developers.hubspot.com/docs/methods/check-daily-api-usage |
||
| 27 | */ |
||
| 28 | public function getDailyUsage() |
||
| 33 | } |
||
| 34 |