Skip to content
This repository was archived by the owner on Sep 14, 2019. It is now read-only.

Commit d56e9d9

Browse files
committed
Merge pull request #21 from slue/master
Added Emailaddress to Project-Object
2 parents 777e48e + 8b85848 commit d56e9d9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/Rossedman/Teamwork/Project.php

+11
Original file line numberDiff line numberDiff line change
@@ -173,5 +173,16 @@ public function tasklists($args = null)
173173
return $this->client->get("$this->endpoint/$this->id/tasklists", $args)->response();
174174
}
175175

176+
/**
177+
* Emailaddresses
178+
* GET /projects/{project_id}/emailaddress.json
179+
*
180+
* @return [type] [description]
181+
*/
182+
public function emailAddress($args = null)
183+
{
184+
return $this->client->get("$this->endpoint/$this->id/emailaddress", $args)->response();
185+
}
186+
176187

177188
}

0 commit comments

Comments
 (0)