Hi,

On Thu, 11 May 2017 at 04:54 Thomas PT <thomaspt@hotmail.fr> wrote:

> What server side? As far as I know, WDT doesn't use the Wikidata server, just
> the dumps. Or can it access the API directly, now? I have not looked at it in a
> while.

WDT provides a small API client: https://github.com/Wikidata/Wikidata-Toolkit/tree/master/wdtk-wikibaseapi/src/main/java/org/wikidata/wdtk/wikibaseapi


Yes, I'm using this API client for my project. I based my code on the Wikidata-Toolkit-Examples: EditOnlineDataExample and FetchOnlineDataExample.

Are pull requests on GitHub being considered? I needed to use wbsearchentities so I manually merged in:
https://github.com/Wikidata/Wikidata-Toolkit/pull/229


Cheers
Miguel