Services/Sync/Server/API: Difference between revisions

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


The Weave 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 (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).


Sync
http://docs.services.mozilla.com/ documents the Sync API and response codes, and other Mozilla web services.
* [[Labs/Weave/Sync/1.0/API|1.0]] ([[Labs/Weave/Sync/1.0/Setup|Setup]])


User (and Misc)
[[Category:APIs]]
* [[Labs/Weave/User/1.0/API|1.0]] ([[Labs/Weave/User/1.0/Setup|Setup]])
 
 
If you are looking to install a local version of the Weave server and don't want to deal with the complicated configuration of the full service APIs, consider using the [http://tobyelliott.wordpress.com/2009/09/11/weave-minimal-server/ Weave Minimal Server]

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.