Examples of ApiQueryPageRequest


Examples of org.wikipediacleaner.api.request.ApiQueryPageRequest

   * @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);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.