You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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🦉🤖.
The text was updated successfully, but these errors were encountered:
define/server.js
Line 20 in 4c43937
Please consider using version 2 of the Owlbot API.
you can do so just by changing the
v1
in the endpoint URL tov2
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 spellingdefenition
instead ofdefinition
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🦉🤖.
The text was updated successfully, but these errors were encountered: