Return Playlist Made By A User

Q: What is returnPlaylistFromUser?

A: returnPlaylistFromUser is a function that returns playlist(s) information from a specified user.

▼ How to use ▼

            
                const bs = require('bs.js');

                            #Reminder -> These functions can only be used in async functions
                async function onStart() {
                                const varName = await bs.returnPlaylistFromUser(69420, 0)
                                #To see all the cool API json stuff you can use, write this
                        console.log(varName)
}
             
        

Parameters

1. userID -- The ID to search for.

2. pageNum -- The page to search on.

Go Home