mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
21 lines
266 B
Markdown
21 lines
266 B
Markdown
**Get All Playlists**
|
|
----
|
|
Gets all playlists
|
|
|
|
* **URL**
|
|
|
|
/playlist/getall
|
|
|
|
* **Method:**
|
|
|
|
`GET`
|
|
|
|
* **Success Response:**
|
|
|
|
* **Code:** 200 <br />
|
|
**Content:** List of playlists names
|
|
|
|
```
|
|
['Smooth Jazz', 'Generic Rock', 'Elevator Music']
|
|
```
|