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:
- Creating new authors and work items using the Wikibase REST API.
- 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
- Creating a new work item
- Adding a statement to the already created author
- Modifying the above statement



