-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
doesn't work with the new tenor v2 api? #7
Comments
Hey there, thanks for your comment! svelte-tenor has been built for tenor v1 and not yet upgraded to v2. If you are interested to help migrate the codebase, it'll be with great pleasure. |
Sure, I'd love to help :) I got two different idea -
I prefer the second approach better as it allows for the change to happen at 1 place instead of multiple places. Thoughts? |
I'd remove support for v1, encouraging people to move to v2 to enjoy the better designed API (I guess), improved performance and the likes |
they updated the api to v2 but it's only supporting v1 api keys which are no longer available
svelte-tenor/src/lib/raw-api.ts
Line 158 in 6faeae8
should allow the option to use v2 url instead (https://tenor.googleapis.com/v2/)
The text was updated successfully, but these errors were encountered: