Hey. I'm writing a wrapper for the subsonic api. For methods like star and unstarr, that can take multiple parameters, what is the right way to do it?
I've tried using -- id="text1", "text2" or id = ["text1", "text2"] and so on. Any help would be appreciated.