| 1 | <?php |
||
| 5 | class Account extends TeamworkObject |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * Account Details |
||
| 9 | * GET /account.json |
||
| 10 | * |
||
| 11 | * @link http://developer.teamwork.com/account |
||
| 12 | * @return mixed |
||
| 13 | */ |
||
| 14 | public function details() |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Authenticate Call |
||
| 21 | * GET /authenticate.json |
||
| 22 | * |
||
| 23 | * @link http://developer.teamwork.com/account |
||
| 24 | * @return mixed |
||
| 25 | */ |
||
| 26 | public function authenticate() |
||
| 30 | |||
| 31 | } |