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.

36 lines
982 B

  1. go-mediawiki [![Build Status](https://drone.io/github.com/sadbox/go-mediawiki/status.png)](https://drone.io/github.com/sadbox/go-mediawiki/latest)
  2. ========
  3. A MediaWiki API wrapper for [Go](http://golang.org/)
  4. Documentation
  5. -------------
  6. Documentation specific to this implementaiton is [located on GoDoc](http://godoc.org/github.com/sadbox/go-mediawiki)
  7. Documentation specific to the Mediawiki API in general is located [at their own wiki](http://www.mediawiki.org/wiki/API:Main_page)
  8. Examples are located in the [examples subdirectory.](/examples)
  9. TODO
  10. ----
  11. - ☑ Login/Logout
  12. - ☑ Edit Pages
  13. - ☑ Read Pages
  14. - ☑ Upload
  15. - ☑ Download
  16. - ☑ Generic API Interface
  17. - ☑ Unit tests
  18. Useful Links
  19. ------------
  20. For easy handling of items that you get back from client.API()
  21. https://github.com/jmoiron/jsonq
  22. For adding your own structs
  23. https://github.com/str1ngs/jflect
  24. License
  25. -------
  26. This software is licensed under the MIT license. Pull requests and issues are welcome.