Services/Sync/Server/API: Difference between revisions
Jump to navigation
Jump to search
(point people to http://docs.services.mozilla.com/ instead of a bunch of redirects and warnings) |
m (categorize) |
||
(One intermediate revision 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). | ||
Line 5: | Line 5: | ||
http://docs.services.mozilla.com/ documents the Sync API and response codes, and other Mozilla web services. | http://docs.services.mozilla.com/ documents the Sync API and response codes, and other Mozilla web services. | ||
[[Category:APIs]] | |||
Latest revision as of 05:01, 3 December 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).
http://docs.services.mozilla.com/ documents the Sync API and response codes, and other Mozilla web services.