carolinux / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
0 stars 1 forks source link

Missing function to get CrawlIssues in GWebmasterToolsSer #645

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using?

Please provide any additional information below.

Original issue reported on code.google.com by felixdel...@gmail.com on 15 Nov 2012 at 2:57

GoogleCodeExporter commented 9 years ago
Sorry, I pressed enter without meaning to.

The module import gdata.webmastertools.service is lacking a function to access 
Crawl Issues from Google Webmaster Tools.

You can access them alternatively like this.

client.Get('https://www.google.com/webmasters/tools/feeds/SITEID/crawlissues/')

Thank you.

Original comment by felixdel...@gmail.com on 15 Nov 2012 at 3:00