Do you know how I can find out what the parameters for the different functions accept as input values? In your examples above, I can see what they expect for 'path' and 'names'. I see a lot of other parameters in other functions though, and I don't know what to pass in to use these. One example is in the getDiscussionsByVotes method. What should I pass in for 'query' in order to get it to return data?
+1
Also can't find this information.