vimeo / VIMNetworking

The Vimeo iOS SDK
MIT License
58 stars 25 forks source link

How to delete video from vimeo account with VIMNetworking? #194

Closed coneits closed 8 years ago

coneits commented 8 years ago

Hello. I have used this library to get some informations from my vimeo account. But now, I want to remove a video from vimeo on my iphone app.

_HOW to remove the video from vimeo with this library?_

Looking forward to hearing some advices. Thanks.

alfiehanssen commented 8 years ago

Check out the deleteVideo method here:

https://github.com/vimeo/VIMNetworking/blob/v6.0.2/VIMNetworking/Networking/VimeoClient/VIMClient.h#L100

Also, we've published a new Swift networking library:

https://github.com/vimeo/VimeoNetworking

We'll be deprecating / not supporting VIMNetworking...