HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Get a list of discussions of an specific category with Vanilla API

I'm trying the Vanilla API plugin from kasperisager (https://github.com/kasperisager/vanilla-api), but I can't figure out how to obtain a list of discussions from an given category.

The most similar method is GET /category/:id , but only returns information of the category itself, and GET /discussion/:id , that returns information about the given discussions.

Is there anyway to obtain this list of discussions filtered by category with vanilla-api methods out of the box or will be necesary to extend the default functionalities?

Thanks in advance.

Tagged:

Best Answer

Answers

Sign In or Register to comment.