Request for listRedirectPages and listNonRedirectPages functions
Closed this issue · 0 comments
GoogleCodeExporter commented
Based on listPages, it is possible to add more two functions.
Just appending query URL like this:
listPages
list=allpages&aplimit=max
listRedirectPages
list=allpages&aplimit=max&apfilterredir=redirects
listNonRedirectPages
list=allpages&aplimit=max&apfilterredir=nonredirects
And the remaining codes are the same. My extended class uses these.
But it may be better if Wiki.java provide them at first.
Original issue reported on code.google.com by octahedr...@gmail.com
on 13 Dec 2014 at 4:49