Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

User Methods

addToWantlist

  • addToWantlist(this: Discojs, releaseId: number, notes?: undefined | string, rating?: RatingValues): Promise<{} & {}>

getWantlist

getWantlistForUser

  • getWantlistForUser(this: Discojs, username: string, pagination?: Pagination): Promise<{}>
  • Returns the list of releases in a user’s wantlist. Basic information about each release is provided, suitable for display in a list. For detailed information, make another API call to fetch the corresponding release.

    remarks

    If the wantlist has been made private by its owner, you must be authenticated as the owner to view it. The notes field will be visible if you are authenticated as the wantlist owner.

    label

    Wantlist

    link

    https://www.discogs.com/developers#page:user-wantlist,header:user-wantlist-wantlist

    Parameters

    Returns Promise<{}>

removeFromWantlist

Legend

Generated using TypeDoc