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
Based on wikimedia page https://www.mediawiki.org/wiki/API:Continue :
"Very often you will not get all the data you want in one API query. When this happens, the API will append an additional element (titled continue) to the results to indicate there is more data."
The current implementation does not fetch such additional data. E.g. pageviews field will be incomplete for the following request without multiple continue calls to the API:
Based on wikimedia page https://www.mediawiki.org/wiki/API:Continue :
"Very often you will not get all the data you want in one API query. When this happens, the API will append an additional element (titled continue) to the results to indicate there is more data."
The current implementation does not fetch such additional data. E.g. pageviews field will be incomplete for the following request without multiple continue calls to the API:
The solution is to extend requestsession.py as follows:
https://github.com/huascarfiorletta/MediaWikiAPI/blob/master/mediawikiapi/requestsession.py
The text was updated successfully, but these errors were encountered: