Services/Sync/Server/API: Difference between revisions

From MozillaWiki
< Services‎ | Sync‎ | Server
Jump to navigation Jump to search
Line 4: Line 4:


Storage
Storage
* [[Services/Sync/Server/API/User/1.0|1.0]] (deprecated)
* [[Services/Sync/Server/API/Storage/1.0|1.0]] (deprecated)
* [[Services/Sync/Server/API/User/1.1|1.1]] (current)
* [[Services/Sync/Server/API/Storage/1.1|1.1]] (current)


User (and Misc)
User (and Misc)
* [[Labs/Weave/User/1.0/API|1.0]] (current)
* [[Services/Sync/Server/API/User/1.0|1.0]] (current)


Response Codes
Response Codes
Both APIs share a common set of response codes
Both APIs share a common set of response codes
* [[Services/Sync/Server/API/ResponseCodes/1.0|1.0]] (current)
* [[Services/Sync/Server/API/ResponseCodes/1.0|1.0]] (current)

Revision as of 16:30, 14 April 2011

Firefox Sync APIs

The Sync APIs are divided up into a series of components to handle various tasks in the service chain. At this time, there are two APIs, one for setting up and managing an account (User) and one for synchronizing data with the server (Storage).

Storage

  • 1.0 (deprecated)
  • 1.1 (current)

User (and Misc)

Response Codes Both APIs share a common set of response codes