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.
|
|
go-mediawiki [![Build Status](https://drone.io/github.com/sadbox/go-mediawiki/status.png)](https://drone.io/github.com/sadbox/go-mediawiki/latest) ======== A MediaWiki API wrapper for [Go](http://golang.org/)
Documentation ------------- Documentation specific to this implementaiton is [located on GoDoc](http://godoc.org/github.com/sadbox/go-mediawiki)
Documentation specific to the Mediawiki API in general is located [at their own wiki](http://www.mediawiki.org/wiki/API:Main_page)
Examples are located in the [examples subdirectory.](/examples)
TODO ---- - ☑ Login/Logout - ☑ Edit Pages - ☑ Read Pages - ☑ Upload - ☑ Download - ☑ Generic API Interface - ☑ Unit tests
Useful Links ------------ 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.
|