You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 #133, or not being able to query sha1 (in revisions and image info), etc.
E.g.,
apfilterredir
ingetPagesInNamespace
andgetAllPages
(Allpages
).For example,
getAllPagesInNamespace
withall
andgetRedirectsInNamespace
withredirects
.The text was updated successfully, but these errors were encountered: