getArtist: Get Artist Information

Description Usage Arguments Value Examples

Description

Get Artist Information

Usage

1
getArtist(API_KEY, mbid, Addtional_Headers = NULL, ResponseType = NULL)

Arguments

API_KEY

Your Setlist FM API Key

mbid

The Artists Musicbrainz MBID

Addtional_Headers

Any addtional headers accepted by the api. Such as Language

ResponseType

Whether you want JSON or XML responses (currently it is just a preprocessed list)

Value

a list object with artists mbid, unique Ticket Master Identifier (TMID), name, sortname, disambiguation, the attribution url

Examples

1
2
getArtist(API_KEY = "KEY",mbid = 'aca5718f-4f49-4439-b8f6-209db3f11757')
SetListR::getArtist(API_KEY = "KEY",mbid = '0bfba3d3-6a04-4779-bb0a-df07df5b0558')

fusionet24/SetListR documentation built on May 29, 2019, 7:13 a.m.