Package org.wikipediacleaner.api

Examples of org.wikipediacleaner.api.API.addNewSection()


  public Object construct() {
    try {
      setText(GT._("Retrieving MediaWiki API"));
      API api = APIFactory.getAPI();
      setText(GT._("Adding comment"));
      api.addNewSection(getWikipedia(), page, section, text, forceWatch);
    } catch (APIException e) {
      return e;
    }
    return null;
  }
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.