Class Soundcloud

The main class for interacting with the Soundcloud API.

Constructors

  • Parameters

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

    Returns Soundcloud

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