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?

define68define68 New
edited July 2012 in Vanilla 2.0 - 2.8

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

Comments

  • ToddTodd Chief Product Officer Vanilla Staff

    That should work. Here are some troubleshooting steps.

    1. First make sure that your installation works with url rewriting. If http://myserver/categories works as expected then you should be okay.

    2. Depending on your version of Vanilla you may need to user http://myserver/categories/all.json.

    UnderDog
  • Todd said:
    That should work. Here are some troubleshooting steps.

    1. First make sure that your installation works with url rewriting. If http://myserver/categories works as expected then you should be okay.

    2. 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

Sign In or Register to comment.