-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: V4.0_WD01
-
Fix Version/s: V4.01_WD01
-
Component/s: Protocol, URL Conventions
-
Labels:None
-
Environment:
[Proposed]
-
Proposal:
-
Resolution:
OData could be extended with an operator that returns the content of a Stream as either a String or Binary value.
This could be expressed as:
http://odata.netflix.com/v2/Catalog/Titles?$select=Name,streamAsBinary(icon)
or
http://odata.netflix.com/v2/Catalog/Titles?$select=Name&$extendedSelect=streamAsBinary(icon) as Icon