-
Notifications
You must be signed in to change notification settings - Fork 12
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
Non-explicit demo #10
Comments
I've extended the documentation a bit, but I feel information on how to use the api (e.g. on edit tokens) belongs in the api documentation, and not here -- I would expect some experience with the api before trying to get things to work in a more complicated (i.e. using oauth) setting. I do realize the docs are a bit chaotic (to say the least), so I should work on that. Do you feel something should be added to bridge a gap between the api docs and these docs? |
I think a few links to projects using flask-mwoauth would be rather helpful. |
I've added a few links to other projects, including one which queries and edits the wiki. I'll add those snippets to an 'examples' section later. |
The demo.py file only shows the login/logout part. It would be very useful to also have an exemple of request use, beyond request({'action': 'query', 'meta': 'userinfo'}), for instance an example of an edit query.
The text was updated successfully, but these errors were encountered: