aquarat / google-api-go-client

Automatically exported from code.google.com/p/google-api-go-client
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

freebase: MqlreadCall.Do() is useless #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. call := client.Mqlread(query)
2. err := call.Do()
3. ... Where are the results?

What is the expected output? What do you see instead?
A return value containing the response bytes so that I can use encoding/json to 
decode them would be nice.  Instead the result appears to be thrown away.

What version of the product are you using? On what operating system?
I am looking at the head revision (43ee29020514).

Please provide any additional information below.

Original issue reported on code.google.com by dath...@gmail.com on 4 Mar 2013 at 8:50