We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All data-modifying actions require some dance with "tokens". It should be done transparently for user. See https://www.mediawiki.org/wiki/API:Tokens
Note, that token management have different behavior in:
See also #9 about version compatibility
NB: Current version of "manual" token management is:
token = api.query.meta(:tokens).response.dig('tokens', 'csrftoken') response = api.edit.title('Wikipedia:Sandbox').text("Test '''me''', MediaWiktory!").token(token).response
It is, in fact, not that bad, and probably not worth over-automatization at all.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
All data-modifying actions require some dance with "tokens". It should be done transparently for user.
See https://www.mediawiki.org/wiki/API:Tokens
Note, that token management have different behavior in:
See also #9 about version compatibility
NB: Current version of "manual" token management is:
It is, in fact, not that bad, and probably not worth over-automatization at all.
The text was updated successfully, but these errors were encountered: