Introduction
::: highlight yellow 📌
This Documentation is Still on Development Progress...
:::
Overview
The DiaryBunda CMS Admin backend service aims to provide APIs to the DiaryBunda web CMS Admin. This service enables admins to perform several operations related to the community feature in the DiaryBunda Apps, including:
- Adding Posts to the Community
- Deleting Reported Posts
Admins can utilize these operations to manage community-related content effectively.
API Stack
At this Admin Service Api, we use several Programming Languages both on the mobile apps and on the backend services.
- Frontend Stack, we use ReactJS for frontend javascript framework, and CoreUI for React - Open Source Bootstrap Admin Template.
- Backend Stack, we use java programming with Springboot framework to manage All Features.
API Contents
In this section we help you to find a shortcut to the API documentation you need. here, we have more than one service and to make your search easier than you use the menu in the toolbar above, you can search in the table below.
No | Service Title | Method | Function |
---|---|---|---|
1 | Feature Status | GET | 1. Get Feature List |
POST | 2. Disable-Enable Feature | ||
2 | Files Handler | GET | Stream Private Data |
3 | Post Community | GET | 1. Save Post Community |
POST | 2. Save Post Community | ||
POST | 3. Delete Post Community | ||
4 | Report Post Community | GET | 1. Get Report Post Community List |
GET | 2. Get Report Post Community Detail | ||
GET | 3. Mark Post As Sensitive Content | ||
POST | 4. Save Post Community | ||
POST | 5. Validate Report Post Community | ||
5 | User Community | GET | 1. Get Banned User Community List |
POST | 2. banUserCommunity | ||
GET | 3. Get Banned User Community Detail |
Last modified: a year ago