Services/Sync/WEP/109: Difference between revisions

Jump to navigation Jump to search
Line 17: Line 17:
For our initial prototype, we will simply synchronize a list of Addons as a single WBO. The payload of the WBO will be an array of objects, each object storing the addon guid, version and clients on which it is installed. An example:
For our initial prototype, we will simply synchronize a list of Addons as a single WBO. The payload of the WBO will be an array of objects, each object storing the addon guid, version and clients on which it is installed. An example:


<tt>
[
[
     {
     {
         "guid": "{340c2bbc-ce74-4362-90b5-7c26312808ef}",
         "guid": "{340c2bbc-ce74-4362-90b5-7c26312808ef}",
Line 34: Line 33:
         ]  
         ]  
     }
     }
]
]
</tt>
Confirmed users
188

edits

Navigation menu