abujehad139 / 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

The freebase API do not return the response #69

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. freebaseService, err := freebase.New(oauthHttpClient)
2. search := freebaseService.Search().Query(query)
3. err := search.Do()

What is the expected output? What do you see instead?
no response is returned, only the error

What version of the product are you using? On what operating system?
I'm looking at the tip

Please provide any additional information below.

Original issue reported on code.google.com by A.Cedr...@gmail.com on 5 Nov 2014 at 8:45