/mediawiki

A MediaWiki API wrapper for Go

Primary LanguageGoMIT LicenseMIT

go-mediawiki | CircleCI | GoDoc | Coverage Status

A MediaWiki API wrapper for Go.

NOTE: This repo has been archived/abandoned, please feel free to fork it if helpful, I expect (hope?) that the mediawiki API has changed since I wrote this a decade ago.

Documentation

Documentation specific to this implementation is located on GoDoc.

Documentation specific to the MediaWiki API in general is located at their own wiki.

Examples are located in the examples subdirectory.

Supported features

  • Login/Logout
  • Edit Pages
  • Read Pages
  • Upload
  • Download
  • Generic API Interface
  • Unit tests

License

This software is licensed under the MIT license. Pull requests and issues are welcome.