REST API
Learn how to control the client using REST
Cider offers a simple REST API to remotely control the app.
URL: http://localhost:9000/api/
Endpoints
Endpoint | Description |
---|---|
/playpause | Toggle between play and pause |
/play | Play |
/pause | Pause |
/stop | Stop the current song |
/next | Skip to the next song in the queue |
/previous | Go back to the previous song in the queue |
Last updated