Get information related to an individual or team account.
$user = new Bitbucket\API\Users();
$user->setCredentials(new Http\Message\Authentication\BasicAuth($bb_user, $bb_pass));
$user->get($username);
$user->repositories($username);
Get information related to an individual or team account.
$user = new Bitbucket\API\Users();
$user->setCredentials(new Http\Message\Authentication\BasicAuth($bb_user, $bb_pass));
$user->get($username);
$user->repositories($username);