Destiny\DestinyPlatform::statsAccount PHP Method

statsAccount() public method

public statsAccount ( Player $player )
$player Player
    public function statsAccount(Player $player)
    {
        return $this->request("destiny/stats/account/{$player->membershipType}/{$player->membershipId}/", ['groups' => ['General']], CACHE_DEFAULT);
    }