vimeo / VIMNetworking

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

VIM-4087: Load Trailers for VOD items #197

Closed nicolelehrer closed 8 years ago

nicolelehrer commented 8 years ago

Ticket

Required for Vimeans only VIM-4087

Ticket Summary

We need to access the VOD trailer URI from a VIMVideo.

Implementation Summary

Function prototype was added to VIMVideo+VOD header for method vodTrailerURI so it would be publicly accessible.

How to Test

NA

huebnerob commented 8 years ago

Looks good 👍

nicolelehrer commented 8 years ago

Thanks Rob, sorry for the additional changes post review - I needed to add 2 more changes 1 - Augment our response serialization list to accept video from onDemand pages, and also 2 - When we need to get videos back from onDemand pages, we need to use a video override flag in the request to get valid video objects back. So now we have another request video method that includes this override in the request parameters.

Ready for another look, thanks @huebnerob

huebnerob commented 8 years ago

Looks great @nicolelehrer 👍