Services/Sync/Server/API: Difference between revisions

From MozillaWiki
< Services‎ | Sync‎ | Server
Jump to navigation Jump to search
m (categorize)
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
=Weave APIs=
==Firefox Sync APIs==


Sync
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).
* [[Labs/Weave/Sync/1.0/API|1.0]] ([[Labs/Weave/Sync/1.0/Setup|Setup]])


User (and Misc)
http://docs.services.mozilla.com/ documents the Sync API and response codes, and other Mozilla web services.
* [[Labs/Weave/User/1.0/API|1.0]] ([[Labs/Weave/User/1.0/Setup|Setup]])
 
[[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.