Playlists
fetchFeaturedPlaylists(): Promise<IPlaylist[]>
fetchCollectorPlaylists(collectorAddress: string): Promise<IPlaylist[]>
const wallet = ethers.Wallet.createRandom();
const vibeyPlaylist = {
title: 'vibey',
trackIds: ['ethereum/0xd5b2c770dc0a9677cf672d53f554f6f806e75e07/1'],
};
const {id} = await createPlaylist(vibeyPlaylist, wallet);
Last updated