Marco Bonetti
Results
1
issues of
Marco Bonetti
the wiki is https://it.wiktionary.org/w/api.php, the call: ``` ... let data = await wiki({ apiUrl: 'https://it.wiktionary.org/w/api.php' }).page('gatto'); console.log(await data.tables()); ... ``` it prints [] I also tried with other methods, but...