1 | <?php namespace Rossedman\Teamwork; |
||
3 | class Account extends AbstractObject { |
||
4 | |||
5 | /** |
||
6 | * Account Details |
||
7 | * GET /account.json |
||
8 | * |
||
9 | * @link http://developer.teamwork.com/account |
||
10 | * @return mixed |
||
11 | */ |
||
12 | public function details() |
||
16 | |||
17 | /** |
||
18 | * Authenticate Call |
||
19 | * GET /authenticate.json |
||
20 | * |
||
21 | * @link http://developer.teamwork.com/account |
||
22 | * @return mixed |
||
23 | */ |
||
24 | public function authenticate() |
||
28 | |||
29 | } |