Save Episodes for Current User
me.episodes.save(EpisodeSaveParams**kwargs)
PUT/me/episodes
Save one or more episodes to the current user's library.
This API endpoint is in beta and could change without warning. Please share any feedback that you have, or issues that you discover, in our developer community forum.
Parameters
Save Episodes for Current User
import os
from spotted import Spotted
client = Spotted(
access_token=os.environ.get("SPOTIFY_ACCESS_TOKEN"), # This is the default and can be omitted
)
client.me.episodes.save(
ids=["string"],
)