Examples of ApiSearchRequest


Examples of org.wikipediacleaner.api.request.ApiSearchRequest

   */
  public void retrieveSimilarPages(
      EnumWikipedia wiki, Page page, boolean limit)
      throws APIException {
    ApiSearchResult result = new ApiXmlSearchResult(wiki, httpClient);
    ApiSearchRequest request = new ApiSearchRequest(wiki, result);
    request.searchSimilarPages(page, limit);
  }
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.