Services/Sync/Server/API: Difference between revisions

m
categorize
m (categorize)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Firefox Sync APIs=
==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).
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
http://docs.services.mozilla.com/ documents the Sync API and response codes, and other Mozilla web services.
* [[Services/Sync/Server/API/Storage/1.0|1.0]] (deprecated)
* [[Services/Sync/Server/API/Storage/1.1|1.1]] (current)


User (and Misc)
[[Category:APIs]]
* [[Services/Sync/Server/API/User/1.0|1.0]] (current)
 
Response Codes
Both APIs share a common set of response codes
* [[Services/Sync/Server/API/ResponseCodes/1.0|1.0]] (current)
Confirmed users
396

edits