Ironholds / WikipediR

R's MediaWiki API client library
Other
68 stars 18 forks source link

Adding extra user-defined query (partial fix to do cmcontinue) #31

Open nsunami opened 3 years ago

nsunami commented 3 years ago

I had the same issue with #27 on pulling more than 500 responses. I added extra_query argument to pages_in_category() so that I can pass cmcontinue to queries. This is not a full fix for #27, but at least I can perform multiple pages_in_category() to use cmcotinue. Hope this helps a bit!