Closed GoogleCodeExporter closed 8 years ago
Got it working using
string encodedSiteID = HttpUtility.UrlEncode(siteId, Encoding.UTF8);
Feed<CrawlIssues> crawlIssues = wtr.GetCrawlIssues(encodedSiteID);
Original comment by deshmukh...@gmail.com
on 14 Feb 2013 at 5:52
Original comment by ccherub...@google.com
on 14 Feb 2013 at 5:53
Issue 648 has been merged into this issue.
Original comment by ccherub...@google.com
on 14 Feb 2013 at 5:53
I get only 100 entries. How do I get the complete list? GetCrawlIssues() does
not have any parameters to take care of this.
Original comment by deshmukh...@gmail.com
on 15 Feb 2013 at 12:38
Original issue reported on code.google.com by
deshmukh...@gmail.com
on 14 Feb 2013 at 5:37