Wikidata / Wikidata-Toolkit-Examples

Examples showing how to use Wikidata Toolkit as a Maven library in your project
https://www.mediawiki.org/wiki/Wikidata_Toolkit
Apache License 2.0
49 stars 23 forks source link

Updates Fetch Online Data Example for Readability & Adds JavaDoc Comments #6

Open horaciovelvetine opened 5 months ago

horaciovelvetine commented 5 months ago

Hey!

Been using this repo for a personal project and noticed that this example was a little bit lacking. I am a newbie to this toolkit so I'm approaching this with that naiveté - but wanted to propose these changes :)

Let me know!

horaciovelvetine commented 5 months ago

That last commit adding the functionality to write the results to the results dir was intended to be a separate pull request. By default it is disabled to maintain the behavior of the example, it just allows digging into the results since they can't all be read in a console meaningfully.

Happy to fix/exclude/remove that as you may see fit here, but I found it helpful when I was getting familiar!