Open GoogleCodeExporter opened 9 years ago
[deleted comment]
I create some hack for implement gzip support. See attachment. Usage:
<pre><code>
import gzipped_http
import gdata.contentforshopping.client
gdata.contentforshopping.client.ContentForShoppingClient(
account_id="...merchant id...",
auth_token=gdata.gauth.ClientLoginToken("... auth token ..."),
http_client=gzipped_http..GzippedHttpClient()#!!!
)
</code></pre>
Original comment by seriy...@gmail.com
on 12 Apr 2011 at 3:39
Attachments:
Original comment by afs...@google.com
on 7 Oct 2011 at 12:23
Original issue reported on code.google.com by
seriy...@gmail.com
on 31 Mar 2011 at 3:57