searchSetLists: Search Set Lists

Description Usage Arguments Value Examples

Description

Search Set Lists

Usage

1
2
3
searchSetLists(API_KEY, mbid = NULL, artistName = NULL, cityName = NULL,
  cityId = NULL, countryCode = NULL, page = 1, sort = "sortName",
  Addtional_Headers = NULL, ResponseType = NULL)

Arguments

API_KEY

Your Setlist FM API Key

mbid

The Artists Musicbrainz MBID

artistName

The Artists Name

cityName

The CityName

cityId

The City GeoID (https://www.census.gov/geo/reference/geoidentifiers.html)

countryCode

country code

page

the page you want returning of the searchg results

sort

How to sort the pages

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 of setlists matching your criteria

Examples

1
2
3
searchSetLists(API_KEY = 'KEY', artistName = 'Frank Turner')
searchSetLists(API_KEY = 'KEY', mbid = '0bfba3d3-6a04-4779-bb0a-df07df5b0558')
searchSetLists(API_KEY = 'KEY', mbid = '0bfba3d3-6a04-4779-bb0a-df07df5b0558', countryCode = 'USA') #' searchSetLists(API_KEY = 'KEY', mbid = '0bfba3d3-6a04-4779-bb0a-df07df5b0558', cityName ='Lincoln')

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