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