jpatokal / mediawiki-gateway

Ruby framework for MediaWiki API manipulation
Other
133 stars 50 forks source link

User creation and update #48

Closed sonnym closed 10 years ago

sonnym commented 10 years ago

I have added the ability to use the new APIs for creating accounts[1] and updating user options[2]. I also had to upgrade the debugger gem in order to develop on new versions of ruby and added an .rbenv-version file.

  1. https://www.mediawiki.org/wiki/API:Account_creation
  2. https://www.mediawiki.org/wiki/API:Options
sonnym commented 10 years ago

@jpatokal Any chance you could review this? I believe every thing here is in order and it would be great to be able to use an official release rather than our fork. Thanks!

jpatokal commented 10 years ago

Sorry, somehow totally missed your earlier request. Thanks for adding this!

sonnym commented 10 years ago

Not a problem! I understand you're not actively maintaining this gem anymore, so I really appreciate you taking the time to take a look at this.

sonnym commented 10 years ago

@jpatokal I have another favor to ask of you. While I can use your repository for the time being, could you let me know when you create a new release? Thanks!