-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does the gem enable retrieval of previous revisions of a page? #29
Comments
The MediaWiki API does, but the gem currently does not. http://www.mediawiki.org/wiki/API:Properties#revisions_.2F_rv |
…ptions. Should solve jpatokal#15 and jpatokal#29, amongst others.
This should be possible now by specifying the MediaWiki::Gateway.new('https://en.wikipedia.org/w/api.php').get('Banana', 'rvstartid' => 123456789) |
That enables pulling a historical version, which is indeed handy, but I believe @aaronmase was asking about fetching the history of revisions itself. |
Ah, right, I misread his comment. That's indeed not covered yet. |
I think that MediaWiki supports retrieval of previous versions. I am interested in retrieving a history of edits for pages. Is this possible?
The text was updated successfully, but these errors were encountered: