Netflix OData API iPhone: Accessing more than just the title
Posted
by Neil Desai
on Stack Overflow
See other posts from Stack Overflow
or by Neil Desai
Published on 2010-03-25T18:31:03Z
Indexed on
2010/03/25
18:33 UTC
Read the original article
Hit count: 487
Netflix just recently announced that they have a new OData API which gives developers access to more of their catalog and is exactly what I've been looking for. Also, on odata.org they have a sample iphone objective-c sdk that accesses the netflix odata api and displays a few movie titles in a tableview with a navigationcontroller.
http://odataobjc.codeplex.com/
I'm just messing around right now and I would like to access more than just the catalog titles but I have no idea how to. Preferably, I would like to just push another view controller that will implement a page that can display the synopsis etc. Any suggestions on how to access the other data elements of a movie? Thanks
© Stack Overflow or respective owner