JanZerebecki added a comment. I think supporting revision for recentchanges would mean two queries, first one to find the rc_id. So how about rc_id instead? ( https://www.mediawiki.org/wiki/Manual:Recentchanges_table )
Now it seems that the api already supports that, via rccontinue. Example: https://www.wikidata.org/wiki/Special:ApiSandbox#action=query&list=recentchanges&format=json&rcdir=older&rcprop=timestamp|ids&rclimit=50&rccontinue=20150504185236|214796318&rawcontinue= The format of it is timestamp|rc_id, but the API is designed for that to be opaque, so I don't know if we may just rely on it. TASK DETAIL https://phabricator.wikimedia.org/T85103 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>. EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: JanZerebecki Cc: Smalyshev, TechDragon, Addshore, JanZerebecki, Aklapper, Lydia_Pintscher, jkroll, Wikidata-bugs, Jdouglas, aude, Manybubbles, daniel _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
