Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: google_apis/test/data/drive/changes_start_page_token.json

Issue 2885323002: Add URL generator / json parser for getting start_page_token of changes. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « google_apis/drive/drive_api_url_generator_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/test/data/drive/changes_start_page_token.json
diff --git a/google_apis/test/data/drive/changes_start_page_token.json b/google_apis/test/data/drive/changes_start_page_token.json
new file mode 100644
index 0000000000000000000000000000000000000000..9c83c71a540edddf474f91429382eb363d383a09
--- /dev/null
+++ b/google_apis/test/data/drive/changes_start_page_token.json
@@ -0,0 +1,4 @@
+{
+ "kind": "drive/#startPageToken",
+ "startPageToken": "TheStartPageToken"
+}
« no previous file with comments | « google_apis/drive/drive_api_url_generator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698