I wasn't sure how far along the API was, or if it matched up with the vB4 API which seems to have some documentation.
At the moment I would like to read the blog data from our vBulletin back-end into a custom implementation on the front-end (if I didn't slaughter that statement haha). I've poked around on the MySQL server but the table structure is a little hard to put together. I'm getting a general idea with the node / text / etc interactions, but I had hoped to possibly use the API to get around digging through the tables.
I already have a fully designed front-end for my ASP.NET application, if possible I would just like to read the data and use the vBulletin install for the heavy lifting, be that through the API or reading directly from the database. Would save me from writing my own blog back-end essentially since we already use vBulletin for our forums.
The only integration I've done so far is using a standard post method to login through the forums.
|