https://bugzilla.wikimedia.org/show_bug.cgi?id=64835
Bug ID: 64835 Summary: Add block functionality in pywikibot (apispec.py) Product: Pywikibot Version: core (2.0) Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: General Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: valhallasw@arctus.nl Blocks: 55880 Web browser: --- Mobile Platform: ---
https://bugzilla.wikimedia.org/show_bug.cgi?id=64835
John Mark Vandenberg jayvdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jayvdb@gmail.com
--- Comment #1 from John Mark Vandenberg jayvdb@gmail.com --- To add a little more, compat's apispec is a very large library around action=query, list=blocks , but it is *unused* in compat (according to $ git grep apispec)
http://en.wikipedia.org/w/api.php?action=query&list=blocks
core has Site.blocks() which lists all blocks with parameters: starttime=None endtime=None reverse=False blockids=None users=None step=None total=None
What functionality is needed?
pywikipedia-bugs@lists.wikimedia.org