websemantics / vimeo-upload

Upload videos to your Vimeo account and update their metadata directly from a browser or a Node.js app
http://websemantics.github.io/vimeo-upload/
Apache License 2.0
114 stars 80 forks source link

URL typo during PUT request #1

Closed SamarRizvi closed 8 years ago

SamarRizvi commented 8 years ago

During PUT request the URl was like 'https://api.vimeo.com/me/videos123456'. Now the url shall be like 'https://api.vimeo.com/me/videos/123456'.

websemantics commented 8 years ago

Thank you!