vimeo icon indicating copy to clipboard operation
vimeo copied to clipboard

Is this project still maintained & is Rails 5 supported?

Open marcamillion opened this issue 8 years ago • 8 comments

I need to use Vimeo's API soon, so I am wondering if it makes sense to explore this gem?

Are there any Rails 5 issues?

marcamillion avatar Oct 07 '16 03:10 marcamillion

Hi, I work here at @vimeo, and we'd recommend you not use this library as it uses our old Advanced API that's currently EOL'd.

Unfortunately though, we don't have any supported Ruby libraries for our v3 API. If you know of one, however, or are interested in building one, we'd love to hear about it!

https://developer.vimeo.com/api/libraries

erunion avatar Oct 19 '16 20:10 erunion

@erunion Thanks for the heads-up. What are the major differences between your old Advanced API that is currently EOL'd and the new version? In other words, is it possible to fork this gem and update it for your new API?

If so, I may be inclined to look at that rather than having to start from scratch. If I had to start from scratch that would reduce the likelihood for me to pursue this.

marcamillion avatar Oct 20 '16 11:10 marcamillion

@marcamillion Aside from all new endpoints, a lack of XML support, our new API is built on OAuth 2. It might be possible to fork and update this library, but I think it'd be a considerable amount of work.

erunion avatar Oct 20 '16 14:10 erunion

I'm looking for an updated version as well. I'd be willing to help in the update, but really don't know where to start. Is it only OAuth2, or are all the endpoints and parameters changing as well?

bo-oz avatar Dec 17 '16 13:12 bo-oz

@bo-oz Basically everything has changed. We're (@dashron actually) still working on our Advanced API to API 3 conversion guide, which will make everything a lot clearer. I can't give a timeline for that release other than "soon".

erunion avatar Dec 19 '16 15:12 erunion

I did some preliminary work on writing a v3 version of this gem. It's still a work in progress and one of my first attempts in writing a gem. So any feedback is highly appreciated: https://github.com/bo-oz/vimeo_me2. I'll be updating the readme, but it's pretty self-explanatory and covers only the basics at this moment.

bo-oz avatar Dec 22 '16 07:12 bo-oz

This looks awesome @bo-oz.

Good job.

I can't promise anything, with the Christmas holidays coming up and all, but I would love to jump in and give you a hand.

I've never built a gem either, so I may have lots of questions....if I can carve out the time over the next few weeks ofcourse :|

Marc Gayle www.marcgayle.com www.twitter.com/marcgayle

On Thu, Dec 22, 2016 at 2:39 AM, bo-oz [email protected] wrote:

I did some preliminary work on writing a v3 version of this gem. It's still a work in progress and one of my first attempts in writing a gem. So any feedback is highly appreciated: https://github.com/bo-oz/vimeo_me2. I'll be updating the readme, but it's pretty self-explanatory and covers only the basics at this moment.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/matthooks/vimeo/issues/71#issuecomment-268738170, or mute the thread https://github.com/notifications/unsubscribe-auth/AAIaLKE4_fqtaPogAZX4kBBDeDlQ2369ks5rKikfgaJpZM4KQpj4 .

marcamillion avatar Dec 22 '16 20:12 marcamillion

Cool. Let me know!

bo-oz avatar Dec 23 '16 10:12 bo-oz