Class Soundcloud

The main class for interacting with the Soundcloud API.

Hierarchy

  • Soundcloud

Constructors

  • Parameters

    Returns Soundcloud

  • Parameters

    • Optional clientId: string
    • Optional oauthToken: string
    • Optional options: {
          proxy?: string;
      }
      • Optional proxy?: string

    Returns Soundcloud

    Deprecated

    Use new Soundcloud({ clientId, oauthToken, proxy }) instead.

Properties

api: API
apps: Apps = ...
comments: Comments = ...
me: Me = ...
oembed: Oembed = ...
playlists: Playlists = ...
resolve: Resolve = ...
tracks: Tracks = ...
users: Users = ...
util: Util = ...
clientId?: string
oauthToken?: string
proxy?: string