Description
From [email protected] on October 06, 2014 19:32:28
What steps will reproduce the problem? If possible, provide a live demo of the issue. 1. Making a Cloud Endpoint, and it's return a JSON like { result : "foo.bar" }
2. Call abode api endpoint by using gapi.client.xxx.yyy(somParams).execute(responseCallback);
3. the responseCallback argument is override result
property, like {kind : "xxx", etag : "yyy", result : {kind : "xxx" , etag: "yyy" , result: "foo.bar"}}
please see attachment files. What is the expected output? What do you see instead? If API response like {result : 'foo.bar'}, it should be {kind: "xxx", etag: "yyy" , result: "foo.bar"} What version of the product are you using? On what operating system? Please provide any additional information below.
Attachment: 1.png 2.png 3.png
Original issue: http://code.google.com/p/google-api-javascript-client/issues/detail?id=165