Confirmed users
188
edits
| 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: | ||
[ | |||
[ | |||
{ | { | ||
"guid": "{340c2bbc-ce74-4362-90b5-7c26312808ef}", | "guid": "{340c2bbc-ce74-4362-90b5-7c26312808ef}", | ||
| Line 34: | Line 33: | ||
] | ] | ||
} | } | ||
] | ] | ||