Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 1.27 KB

PlaylistAPI.md

File metadata and controls

50 lines (27 loc) · 1.27 KB

mixcloud-fetch / PlaylistAPI

Class: PlaylistAPI

Hierarchy

  • default

    PlaylistAPI

Table of contents

Methods

Methods

getInfo

getInfo(): Promise<null | Playlist>

Returns

Promise<null | Playlist>

Defined in

lib/api/PlaylistAPI.ts:22


getShows

getShows(params?): Promise<null | { items: Cloudcast[] ; nextPageToken?: string ; params: { limit: number ; pageToken: undefined | string } = sanitizedParams }>

Parameters

Name Type
params? APIPaginationParams

Returns

Promise<null | { items: Cloudcast[] ; nextPageToken?: string ; params: { limit: number ; pageToken: undefined | string } = sanitizedParams }>

Defined in

lib/api/PlaylistAPI.ts:36