album_lookup: If you don't know the exact name of an album this allows you...

Description Usage Arguments Value See Also

Description

It will also return the album id. See for genres and decade valid options: https://developer.musicgraph.com/api-docs/v2/dictionary

Usage

1
2
album_lookup(prefix = NULL, genre = NULL, decade = NULL, limit = 20,
  offset = 10, query = NULL, api_key = NULL)

Arguments

prefix

part of the name

genre

*optional a genre such as Blues, Rock etc.

decade

*optional a decade for instance

limit

*optional max number of results defaults to 20

offset

*optional pagination which page of the results do you want

query

use this if you know exactly what your query is, leave NULL if you have want to build up the query in steps

api_key

your developer API key see getting_api_key

Value

a response object.

See Also

Other album_endpoint: album_edges, album_search


RMHogervorst/musicgraph documentation built on May 8, 2019, 7:33 a.m.