Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dev:web_api:v2:syncing [2013/03/05 02:20] – [If-Unmodified-Since-Version] dstillmandev:web_api:v2:syncing [2017/11/27 04:18] (current) – Remove Zotero 5 warning bwiernik
Line 1: Line 1:
 ====== API-Based Syncing ====== ====== API-Based Syncing ======
  
-**This is not currently the default [[read_requests#api_versioning|version]] of the Zotero API. Include the HTTP header ''Zotero-API-Version: 2'' to access this version.**+**This is version of the Zotero Web API. For new development, use [[:dev/web_api/v3/start|API version 3]].**
  
 This document outlines the recommended steps for synchronizing a Zotero API client with the Zotero server. This document outlines the recommended steps for synchronizing a Zotero API client with the Zotero server.
Line 7: Line 7:
 TODO: TODO:
  
-  * Full-text content +  * Full-text content ([[dev:web_api/v2/fulltext_content|see separate documentation]]) 
-  * Backoff instruction +  * Backoff instruction ([[dev:web_api/v2/read_requests#rate_limiting|see read request documentation]]) 
-  * WebSocket notifications +  * WebSocket notifications (planned feature)
 ===== Sync Properties ===== ===== Sync Properties =====
  
Line 134: Line 133:
  
 <code javascript>[ <code javascript>[
-    "<objectKey>": "<version>"+    "<objectKey>": <version>, 
-    "<objectKey>": "<version>" +    "<objectKey>": <version> 
-    "<objectKey>": "<version>",+    "<objectKey>": <version>,
 ]</code> ]</code>
  
dev/web_api/v2/syncing.1362468021.txt.gz · Last modified: 2013/03/05 02:20 by dstillman