* @see <a href="http://www.mediawiki.org/wiki/API:Querypage">API:Querypage</a>
*/
public List<Page> getQueryPages(
EnumWikipedia wiki, EnumQueryPage query) throws APIException {
ApiQueryPageResult result = new ApiXmlQueryPageResult(wiki, httpClient);
ApiQueryPageRequest request = new ApiQueryPageRequest(wiki, result);
return request.loadQueryPage(query);
}