def API_createPlaylist(self, name): Playlist.create(name)
def create_playlist(self, name): Playlist.create(name)