Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Vanilla API retrieve post from Category
Rainulf
New
I went to the documentation (http://vanillaforums.org/docs/api), but there doesn't seem much. Basically, what I wanna do is retrieve posts from a specific category.
Since it's restful, I thought something like this is possible: http://vanillaforums.org/discussions.xml/categories/feedback but seems not.
Since it's restful, I thought something like this is possible: http://vanillaforums.org/discussions.xml/categories/feedback but seems not.
Tagged:
0
Best Answer
-
x00 MVP
you're doing it wrong lol
http://vanillaforums.org/categories.xml/featured
restful it doesn't matter the type of resource you access it the same way.
which is why syndication is kind of an exception
http://vanillaforums.org/categories/featured/feed.rss
but whatever....
grep is your friend.
0
Answers
you're doing it wrong lol
http://vanillaforums.org/categories.xml/featured
restful it doesn't matter the type of resource you access it the same way.
which is why syndication is kind of an exception
http://vanillaforums.org/categories/featured/feed.rss
but whatever....
grep is your friend.
lol It would greatly help if the documentation was a bit descriptive..
http://vanillaforums.org/docs/api-categories
just a heads up
for all categories use
http://vanillaforums.org/categories.xml/all
http://vanillaforums.org/categories.xml just fetches the root.
grep is your friend.
You're doing it wrong too. To fetch the root, you do http://vanillaforums.org/categories.xml/root instead
grep is your friend.