Ironholds / WikipediR

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

User Retrival: Add possibility to use `continue` parameter #32

Open cutterkom opened 2 years ago

cutterkom commented 2 years ago

Using the continue parameter in user_contributions() allows retrieving more data than limit = 500.

See: https://www.mediawiki.org/wiki/API:Revisions on rvcontinue.

Added a test for it in tests/testthat/test_user_info_retrieval.R

cutterkom commented 2 years ago

Oh, and also a re-built of docs