From 18f88f4c6b0438e67236d683602e5911829609e4 Mon Sep 17 00:00:00 2001 From: Benestar Date: Tue, 22 Oct 2013 21:58:12 +0200 Subject: [PATCH] Link to wiki --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1928de4..2f53060 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This api is still in development and does not promise to be stable. Thus if you Overview -------- -The api has a more or less complex structure, so here is a short overview. Detailed information and documentation can be found in the wiki soon. +The api has a more or less complex structure, so here is a short overview. Detailed information and documentation can be found in [the wiki](https://github.com/Benestar/wikibase.net/wiki). The base class that is needed everywhere is the `WikibaseApi`. It provides internal access to the api and handles user data. With the `EntityProvider` you can get an instance of the `Entity` class, which is either an `Item` or a `Property`. Besides labels, descriptions and aliases for each language, Entities also consist of claims. A `Claim` has a main `Snak` that provides a `DataValue`. If the claim is a `Statement` (it always is a statement atm.), it can be proved by a `Reference` which itself contains several snaks. A claim actually also has some qualifiers but they are not supported yet.