derenrich / wikibase-rest-api-client

client for the wikibase REST API using OpenAPI
MIT License
6 stars 0 forks source link

Document how to make edits #4

Open harej opened 3 weeks ago

harej commented 3 weeks ago

The README tells me how to instantiate the API client and how to retrieve basic items of information from them. It does not explain how to make edits.

derenrich commented 2 weeks ago

this is a good point. for now you can see the unit tests for how to make edits https://github.com/derenrich/wikibase-rest-api-client/blob/master/tests/test_rw_client.py#L105