Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

Fully functional API

Is there any way to have a fully functional API for vanilla that would:

Allow to submit new discussions and comments as well as delete existing ones in an elegant manner (without pretending to be a webform or God knows what)

Get more specific data, such as n latest posts forumwide or per category

Existing API, as described by documentation, although RESTFUL and elegant elegant, seems very very limited.

This is essential for me because I want to use this forum system for commenting on my main site, as well as a standalone forum at the same time. The forum would be a separate entity with only connection to the main site and/or other systems being HTTP json interface.

I did try an existing API plugin (version 0.2) by "eleith" but it didn't work. After enabling it as an application in dashbord, the forum itself stopped working correctly - whenever I access a discussion, I get this error message:

{"Code":256,"Exception":"Could not find a 'index' view for the 'discussion' controller in the 'apiaaa' application.|DiscussionController|FetchViewLocation|"}

So I am stuck without proper API access...

Tagged:

Comments

Sign In or Register to comment.