Skip to content
New issue

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

Owlbot v1 endpoint is deprecated #1

Open
payamnj opened this issue Nov 2, 2019 · 0 comments
Open

Owlbot v1 endpoint is deprecated #1

payamnj opened this issue Nov 2, 2019 · 0 comments

Comments

@payamnj
Copy link

payamnj commented Nov 2, 2019

fetchUrl(`https://owlbot.info/api/v1/dictionary/${text}?format=json`, (error, meta, body) => {

Please consider using version 2 of the Owlbot API.
you can do so just by changing the v1 in the endpoint URL to v2 the only difference between these two versions is that a spelling typo in the response is fixed. Version 1 is deprecated and going to be redirected to the version 2 soon. So if your code expects the key with the wrong spelling defenition instead of definition it may break after the redirect.
Also, you may want to check version 3 which has the pronunciation
and image for some of the nouns. In version 3, the JSON structure of the response is different and it requires authentication token in the request header, registering for a token at OwlBot is free🦉🤖.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant