get_list_custom_fields: List custom fields in collection

Description Usage Arguments Details Examples

View source: R/Collection.R

Description

List custom fields in collection

Usage

1
2
3
4
get_list_custom_fields(
 username,
 token = NA
)

Arguments

username

String containing a valid username

token

Token object obtained from authorize() or a string containing your personal access token

Details

Retrieve a list of user-defined collection notes fields. These fields are available on every release in the collection.

If the collection has been made private by its owner, authentication as the collection owner is required.

If you are not authenticated as the collection owner, only fields with public set to true will be visible.

Examples

1
2
token <- authorize("key", "secret")
list <- get_list_custom_fields("username", token)

Pascallio/discogsAPI documentation built on Dec. 31, 2020, 3:27 p.m.