HerrMotz / bachelor-thesis

Bachelor Thesis about "Query by Graph"
3 stars 0 forks source link

Add select menu for Wikibase instance #17

Open HerrMotz opened 19 hours ago

HerrMotz commented 19 hours ago

Change this base url (WikiDataService.ts) so that the user can use both wikidata and factgrid

constructor() { this.api = axios.create({ baseURL: 'https://www.wikidata.org/w/api.php', }); }