The options for uploading
A Promise for the item after uploading
If no authentication method is provided or the upload fails
const token = await getToken('your wikidata username', 'your wikidata password');
upload(item, {
summary: 'test update',
authToken: token
});
Generated using TypeDoc
The item you want to upload to wikidata