wikibase_rest_api 0.1.16

A Rust client for the Wikibase REST API.
Documentation
{
	"results": [
		{
			"id": "Q123",
			"display-label": {
				"language": "en",
				"value": "potato"
			},
			"description": {
				"language": "en",
				"value": "staple food"
			},
			"match": {
				"type": "label",
				"language": "en",
				"text": "potato"
			}
		},
		{
			"id": "Q234",
			"display-label": {
				"language": "en",
				"value": "potato"
			},
			"description": {
				"language": "en",
				"value": "species of plant"
			},
			"match": {
				"type": "label",
				"language": "en",
				"text": "potato"
			}
		},
		{
			"id": "Q345",
			"display-label": {
				"language": "en",
				"value": "potato"
			},
			"description": null,
			"match": {
				"type": "label",
				"language": "en",
				"text": "potato"
			}
		},
		{
			"id": "Q456",
			"display-label": null,
			"description": {
				"language": "en",
				"value": "species of plant"
			},
			"match": {
				"type": "description",
				"language": "en",
				"text": "species of plant"
			}
		}
	]
}