Examples of loadInformations()


Examples of org.wikipediacleaner.api.request.ApiInfoRequest.loadInformations()

  public void retrieveInfo(
      EnumWikipedia wiki,
      Collection<Page> pages) throws APIException {
    ApiInfoResult result = new ApiXmlInfoResult(wiki, httpClient);
    ApiInfoRequest request = new ApiInfoRequest(wiki, result);
    request.loadInformations(pages);
  }

  /**
   * Retrieves the contents of a list of pages.
   * (<code>action=query</code>, <code>prop=revisions</code>).
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.