We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example: url: https://en.wikipedia.org/wiki/LVMH traded as within infobox on page:
traded as
infobox
wtf_wikipedia response: wtf.fetch("LVMH").then((doc) => { console.log(doc.infobox().json()); })
the response is missing some data (Euronext Paris: MC).
Noticed this in several other infobox responses.
The text was updated successfully, but these errors were encountered:
hi malcolm, good find. It looks like we're missing the EuronextParis template. Looks straightforward to add.
EuronextParis
Until there's a fix, you can add a custom template parser as described here cheers
Sorry, something went wrong.
No branches or pull requests
Example:
url: https://en.wikipedia.org/wiki/LVMH
traded as
withininfobox
on page:the response is missing some data (Euronext Paris: MC).
Noticed this in several other infobox responses.
The text was updated successfully, but these errors were encountered: