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

245 B

Get Artists

Gets all artists

  • URL

    /db/artists

  • Method:

    GET

  • Success Response:

    • Code: 200
      Content: List of artists

      { artists: ['Artist 1', 'Artist 2', 'Artist 3'] }