mStream/docs/API/db_artists.md
2017-07-05 13:42:36 -04:00

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'] }
```