mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
21 lines
237 B
Markdown
21 lines
237 B
Markdown
**Get Albums**
|
|
----
|
|
Gets all albums
|
|
|
|
* **URL**
|
|
|
|
/db/albums
|
|
|
|
* **Method:**
|
|
|
|
`GET`
|
|
|
|
* **Success Response:**
|
|
|
|
* **Code:** 200 <br />
|
|
**Content:** List of albums
|
|
|
|
```
|
|
{ albums: ['Album 1', 'Album 2', 'Album 3'] }
|
|
```
|