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.
How to enable Vanilla API feature?
define68
New
Hi,
I have a question about vanilla API.
Can I use vanilla API without any configuration or plugins?
I just installed vanilla package on my ubuntu machine with apache2 and php5 but 404 Not Found message returned when I sent http://myserver/categories.json as document mentioned.
Any comment will be very appreciated.
Regards,
JY
0
Comments
That should work. Here are some troubleshooting steps.
First make sure that your installation works with url rewriting. If http://myserver/categories works as expected then you should be okay.
Depending on your version of Vanilla you may need to user http://myserver/categories/all.json.
Thanks so much.
As I heard before there are more APIs than documentation.
How can I use it?
Regards,
JY