Changelog

Here you can find the full developer API for the MediaWikiAPI project.

Contents:

Version 1.1

  • Breaking change - add MediaWikiAPI class, now you can have more than one api access point with different configurations (Config instances). MediaWikiAPI class contains all the mediawikiapi function from version 1.0. The Config class cloud be pass as parameter during initialization.
  • Support python 2
  • Rename Configuration class to Config, add language field
  • Config().get_api_url now accept language parameter
  • Add timeout for requests, field in Config class called timeout (in seconds).
  • Makes the pagepropsof a wikipedia page accessible PR #147 from @goldsmith repo.
  • Fix suggestion, issue #108 by PR #131 from @goldsmith repo.
  • Fixed problem with hidden files in the article PR #132 @goldsmith repo.
  • DisambiguationError contains now information about title and url PR #92 from @goldsmith repo.
  • Fix issue where pageid request => redirect raises error PR #165

Version 1.0

  • Fork Wikipedia
  • Add language validation for mediawikiapi.set_lang
  • Add lang title method to WikipediaPage
  • Add re-usage the same requests session
  • Fix installing error with version
  • Fix WikipediaPage.sections
  • Fix mock data
  • Refactoring: seperate Language and Configuration classes

Indices and tables