Experiment to rebuild Diffuse using web applets.
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 472 B View raw
1{ 2 "name": "diffuse/configurator/output", 3 "title": "Diffuse Configurator | Output", 4 "entrypoint": "index.html", 5 "actions": { 6 "tracks": { 7 "title": "Tracks", 8 "description": "Store or retrieve tracks. Passing in an array of tracks, stores them; passing no parameter, retrieves them.", 9 "params_schema": { 10 "type": "array", 11 "description": "List of tracks", 12 "items": { 13 "type": "object" 14 } 15 } 16 } 17 } 18}