Examples of purgePage()


Examples of org.wikipediacleaner.api.request.ApiPurgeRequest.purgePage()

   */
  public void purgePageCache(EnumWikipedia wiki, Page page)
      throws APIException {
    ApiPurgeResult result = new ApiXmlPurgeResult(wiki, httpClient);
    ApiPurgeRequest request = new ApiPurgeRequest(wiki, result);
    request.purgePage(page);
  }

  // ==========================================================================
  // API : Changing wiki content / Create and edit pages.
  // ==========================================================================
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.