forum api
GET /api/forum.php/list[/tagName][/skip]
retrieves the lastest forum discussions with most recent first.
tagName- specify a tag name to only include discussions with that tag. optional, string.
skip- specify a number of discussions to skip. usually the number of discussions currently loaded. optional, integer.
POST /api/forum.php/start
start a new discussion.