Skip to content

Commit

Permalink
Update Questions.php
Browse files Browse the repository at this point in the history
Added Request Quest to receive a higher request quota.
  • Loading branch information
gooh committed Apr 6, 2013
1 parent b9d93c1 commit 8d0ca68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/mvc/model/StackExchange/Questions.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ class Questions extends Url
'filter' => '!3wg4GAnWbdQ5i*Hm.',
'pagesize' => 100,
'order' => 'desc',
'sort' => 'creation'
'sort' => 'creation',
'key' => 'A2IWM9ZGVrYhBZovBX7hFg(('
);

/**
Expand All @@ -25,4 +26,4 @@ public function __construct()
parent::__construct($this->siteUrl);
$this->setQuery(new QueryString($this->query));
}
}
}

0 comments on commit 8d0ca68

Please sign in to comment.