Categorygithub.com/sadbox/go-mediawiki
repositorypackage
0.0.0-20241015140447-868113799f60
Repository: https://github.com/sadbox/go-mediawiki.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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.