API Call Examples for Creating and Editing Wikidata Author and Work Items

Summary

This merge request introduces several API call examples to demonstrate the process of:

  1. Creating new authors and work items using the Wikibase REST API.
  2. Adding and modifying statements using the Wikibase REST API.

Finally, I carried out tests using Postman.

Files Modified:

File Path Purpose
/api-call-examples.md Added a new file containing examples of API calls.

Screenshots from Postman

  • Creating a new author

image

  • Creating a new work item

image

  • Adding a statement to the already created author

image

  • Modifying the above statement

image

Merge request reports

Loading