Services/Sync/Server/API: Difference between revisions

From MozillaWiki
< Services‎ | Sync‎ | Server
Jump to navigation Jump to search
(Created page with '=Weave APIs Storage * [https://wiki.mozilla.org/Labs/Weave/0.3/API 0.3] ([https://wiki.mozilla.org/Labs/Weave/0.3/Setup/Server Setup]) * [https://wiki.mozilla.org/Labs/Weave/0.5…')
 
m (categorize)
 
(19 intermediate revisions by 5 users not shown)
Line 1: Line 1:
=Weave APIs
==Firefox Sync APIs==


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).
* [https://wiki.mozilla.org/Labs/Weave/0.3/API 0.3] ([https://wiki.mozilla.org/Labs/Weave/0.3/Setup/Server Setup])
* [https://wiki.mozilla.org/Labs/Weave/0.5/API 0.5] ([https://wiki.mozilla.org/Labs/Weave/0.5/Setup/Server Setup]) ([https://wiki.mozilla.org/Labs/Weave/0.5/Setup/Migration Migration])


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