1 | <?php namespace Rossedman\Teamwork; |
||
3 | class Authenticate extends AbstractObject { |
||
4 | |||
5 | protected $url = "https://authenticate.teamworkpm.net/authenticate.json"; |
||
6 | |||
7 | /** |
||
8 | * Authenticate Details |
||
9 | * GET https://authenticate.teamworkpm.net/authenticate.json |
||
10 | * |
||
11 | * @link http://developer.teamwork.com/account#the_'authenti |
||
12 | * @return mixed |
||
13 | */ |
||
14 | public function authenticate() |
||
18 | } |