Skip to content

Instantly share code, notes, and snippets.

View jmatembu's full-sized avatar

Joseph M. Matembu jmatembu

  • Kampala - Uganda
View GitHub Profile
public function get($userId, $id, $optParams = array())
{
$params = array('userId' => $userId, 'id' => $id);
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Gmail_Thread");
}