Page 1 of 1

Subsonic API Multiple Parameters

PostPosted: Fri Jan 09, 2015 9:11 am
by kj21012
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.