Simple JSON API for Discuz Forum

Simple JSON API for Discuz Forum

Project Description:

A JSON API for Discuz forum (an open-source bbs written in PHP: discuz.net) to provide the following
1. basic authentication for the API caller
2. getting a list of threads given a particular forum
3. create a new thread under a particular forum (with ability to upload image with the new thread)

1. develop an authentication mechanism to protect the rest API from being accessed by the public.
2. develop a rest API to get a list of posts from a forum

request parameters
- forumid (integer)
- number of posts to get (integer)

response
- collection of posts
- postid (integer)
- post subject (string)
- post content (string)

3. develop a rest API to create a post in a specific forum

request parameters
- forumid (integer)
- subject (string)
- content (string)
- file attachments (files)

response
- success (boolean)
- error message (string)

4. develop a rest API to get a list of portal articles for the given channel

request parameters
- catid (integer)
- count (integer)

response
- collection of articles
- article id (integer)
- article subject (string)
- article content (string)

5. develop a rest API to create a new portal article in a specific channel

request parameters:
- category id (integer)
- subject (string)
- content (string)
- file attachments (files)

response
- success (boolean)
- error message (string)

Location:

United States

Need a similar solution?

Consult with VKAPS IT Solutions

#json #api #discuz #jsonapidevelopment #apidevelopment #linkedinarticle #projects #zapierintegrator #projectdocumentation #itcompanies #newtechnology #clientsatisfaction #projectcompletion #happyclients

要查看或添加评论,请登录

Sudesh Agrawal的更多文章

社区洞察

其他会员也浏览了