CXuesong / WikiClientLibrary

/*🌻*/ Wiki Client Library is an asynchronous MediaWiki API client library targeting modern .NET platforms
https://github.com/CXuesong/WikiClientLibrary/wiki
Apache License 2.0
80 stars 16 forks source link

Getting list of items from lists that can't be used with generators #104

Open ashotjanibekyan opened 1 year ago

ashotjanibekyan commented 1 year ago

Some lists, like "usercontribs" can't be used as generators. We can get the list by extending WikiList class (usercontribs example). I think those kinds of "generators" (probably not a good name for non-generators, maybe ListProvider?) can be useful in the lib. Can we add them?