jpatokal / mediawiki-gateway

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

Handle incompatibilities between MediaWiki API versions #76

Closed blackwinter closed 8 years ago

blackwinter commented 10 years ago

Watch mediawiki-api-announce-l for breaking changes that impact the library and make necessary updates within a few weeks.

blackwinter commented 9 years ago

Possible solutions:

Dealing with Wikipedia wikis is another matter. They run bleeding edge versions which are difficult to track in any scheme.

And finally, in the interest of full disclosure: Considering the precarious maintainer situation, maybe we should think about giving up and aim for a migration to the official Ruby client instead.

jpatokal commented 8 years ago

Yup, I think to lock this library to the old API, give up on new development and point users to the official Ruby client (and I've updated the docs accordingly). The official Ruby client is not quite feature-complete yet, but it's a matter of time.