In this post we will see how to consume
Netflix OData feed in HTML based Metro Application. Movies information
will be displayed as following. At the end of this post, we should have
output as below,
Netflix exposed all movies information as OData and that is publicly available to use. Netflix OData feed of movies are available at following location
http://odata.netflix.com/Catalog/
Essentially we will pull movies information from Netflix and bind it to ListView Control of WinJS. We will start with creating a blank application.
Read full article here
Netflix exposed all movies information as OData and that is publicly available to use. Netflix OData feed of movies are available at following location
http://odata.netflix.com/Catalog/
Essentially we will pull movies information from Netflix and bind it to ListView Control of WinJS. We will start with creating a blank application.
Read full article here