wikibase_rest_api 0.1.16

A Rust client for the Wikibase REST API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"before": {
		"id": "Q12352$6ca7ed2a-4c44-2f80-c5b9-ef58973aad64",
		"rank": "normal",
		"qualifiers": [],
		"references": [],
		"property": { "id": "P664", "data_type": "string" },
		"value": { "type": "value", "content": "foo" }
	},
	"after": {
		"id": "Q12352$6ca7ed2a-4c44-2f80-c5b9-ef58973aad64",
		"rank": "normal",
		"qualifiers": [],
		"references": [],
		"property": { "id": "P664", "data_type": "string" },
		"value": { "type": "value", "content": "bar" }
	}
}