Hi all,
i'm working on a bot whose task is to add some SDC claims to the
mediainfo of Commons file pages. While there's a method removeClaims()
(see
https://doc.wikimedia.org/pywikibot/master/api_ref/pywikibot.html#pywikibot…)
to remove multiple claims in one step, its counterpart addClaim() (see
https://doc.wikimedia.org/pywikibot/master/api_ref/pywikibot.html#pywikibot…)
doesn't accept a list of claims to add. This results in separate API
calls (?) for each single claim top add. Is there a factual reason for
that difference? Is there a different way to add multiple SDC claims in
one edit step?
Thanks in advance!
Florian