Topic by DS
Hello,
When using the KF Api getpopularcontent method the limit parameter is supposed to have a default value of 100 (see documentation). When passing no value there's an error "limit must be between 1-10" . When passing a limit > 10 there's the same error message.
I have two issues :
There doesn't seem to be any default value, and i'm not able to get more than 10 answers. The deafult value is no big deal but h0w do I get more than 10 answers using this method ?