karishmal / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

Helper method for paging through list results #434

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The Python Google APIs client library has a helper method for paging through 
items returned by list() operations: 
https://developers.google.com/api-client-library/python/guide/pagination

It's possible to simulate this behavior by looping until the list response's 
nextPageToken is null, but having a helper method is cleaner.

Original issue reported on code.google.com by je...@google.com on 19 Dec 2013 at 6:54

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 19 Dec 2013 at 6:55

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 20 Dec 2013 at 3:42

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 30 Dec 2013 at 9:46