-
Notifications
You must be signed in to change notification settings - Fork 78
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
Is this project abandoned? #142
Comments
It seems so |
It seems like @hedyyytang and @aaronm67 recently have been doing some documentation work. @aaronm67 Is this a sign that this library will receive a bit more love? Last publish 4 years ago is not encouraging 😱 Would be great to get:
An alternative looks like https://github.com/prshanilka/vimeo-api, but it has a very low download count, so could be even more unstable to depend on this. |
This project is not abandoned, and part of the reason for moving documentation was to make it easier to keep it up to date with future feature requests.
This is will not be done, the library supports the full API already. The library is intentionally designed as a thin wrapper with an upload wrapper, any API request can be made with
Async/promise spuport is the highest priority for this library, and updated documentation is a part of this.
This is an API feature that can be requested at Vimeo support, https://vimeo.com/help/contact, but we can't add a wrapper around an API that does not exist.
We'll continue to address critical vulnerabilities, but vulnerabilities reported by |
Thanks for the update! |
What would be cool is to add a convenience wrapper to the library around your current recommendation of polling:
So a recursive async function that makes a |
I'm working on something that will integrate with the Vimeo API.
It seems like this is the official JS SDK, but:
Is there any plan to revive this SDK?
The text was updated successfully, but these errors were encountered: