Checks username and password against the wiki.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

982 B

go-mediawiki Build Status

A MediaWiki API wrapper for Go

Documentation

Documentation specific to this implementaiton 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.

TODO

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

For easy handling of items that you get back from client.API()

https://github.com/jmoiron/jsonq

For adding your own structs

https://github.com/str1ngs/jflect

License

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