FYIW, we typically default the .NET client to minimal since it's smart enough to put things back together and that saves bandwidth (obviously). There are certain scenarios (e.g., $select) where we bump up to full.
-----Original Message----- From: Ramesh Reddy [mailto:[email protected]] Sent: Thursday, June 18, 2015 4:27 AM To: [email protected] Subject: ODataClient - Default ODataFormat Hi, When using Olingo V4 client and issuing a Entity request, I observed that the default ODataFormat is to "application/json;odata.metadata=full", then the request fails with 406. I know, Olingo is process of supporting the "odata.metadata=full", but the question I have wouldn't it be better this is mapped to "odata.metadata=minimal"? I see that one can set this client configuration, but having a good default will save some time for a client developer. WDYT? Thanks Ramesh..
