line21c / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

Ensure that input data is of correct type (xml,json) #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently a PUT/POST command will allow a developer to submit XML or ATOM 
regardless of what result is expected.

Original issue reported on code.google.com by paulkinlan@google.com on 27 Aug 2010 at 7:23

GoogleCodeExporter commented 9 years ago

Original comment by ccherub...@google.com on 7 Feb 2011 at 4:18

GoogleCodeExporter commented 9 years ago

Original comment by asky...@google.com on 27 Oct 2011 at 3:43

GoogleCodeExporter commented 9 years ago
This type of functionality should be hidden by the generated code layer, which 
controls the put and post requests using strong-typed generated schema objects.

Original comment by asky...@google.com on 25 Apr 2012 at 5:59