paynejacob / speakerbob

Apache License 2.0
2 stars 0 forks source link

Simplify API #85

Closed paynejacob closed 3 years ago

paynejacob commented 3 years ago

/auth/* authentication related endpoints / api/sound/sounds/ Create or list sounds /api/sound/sounds/:id/ update or delete sound /api/sound/sounds/:id/play/ queue sound for playback / api/sound/group/ Create or list group /api/sound/groups/:id/ delete group /api/sound/groups/:id/play/ queue group for playback /api/sound/say/ queue speech /api/ws/ websocket / returns static files or index.html on 404