Examples of ApiXmlRawWatchlistResult


Examples of org.wikipediacleaner.api.request.xml.ApiXmlRawWatchlistResult

   * @throws APIException
   * @see <a href="http://www.mediawiki.org/wiki/API:Watchlistraw">API:Watchlistraw</a>
   */
  public List<Page> retrieveRawWatchlist(EnumWikipedia wiki) throws APIException {
    ApiRawWatchlistResult result =
        new ApiXmlRawWatchlistResult(wiki, httpClient);
    ApiRawWatchlistRequest request =
        new ApiRawWatchlistRequest(wiki, result);
    return request.loadWatchlistRaw();
  }
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.