Skip to content

Commit

Permalink
Link to wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
Benestar committed Oct 22, 2013
1 parent a237aa8 commit 18f88f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 18f88f4

Please sign in to comment.