nodemw icon indicating copy to clipboard operation
nodemw copied to clipboard

Allow to enumerate/include redirects

Open gakada opened this issue 7 years ago • 3 comments

E.g., apfilterredir in getPagesInNamespace and getAllPages (Allpages).

For example, getAllPagesInNamespace with all and getRedirectsInNamespace with redirects.

gakada avatar Oct 15 '17 18:10 gakada

Another thing about redirects is noredirect in move.

gakada avatar Nov 15 '17 21:11 gakada

So the idea here is that .getAllPages will support whether to include, exclude, or include only redirects? This is good as it currently only allows excluding, annoying.

Naleksuh avatar Jun 30 '20 00:06 Naleksuh

There is a more general problem, all functions have hard-coded params (with only upload having extraParams), so one can find many issues, like this one, or https://github.com/macbre/nodemw/issues/133, or not being able to query sha1 (in revisions and image info), etc.

gakada avatar Jul 04 '20 15:07 gakada