All Projects → Wscats → Cms

Wscats / Cms

Licence: mit
News Management System Written In PHP

Projects that are alternatives of or similar to Cms

Fortnite Api
Fortnite API, Get Stats, News And Status
Stars: ✭ 317 (+29.39%)
Mutual labels:  api, news
Taizhou Fe Api
💥💥 仿今日头条后端 API 服务 Golang ,后台管理, APP 服务, Vue、 ReactJS、台湾头条
Stars: ✭ 42 (-82.86%)
Mutual labels:  api, news
News
🐼Based on angular.js, weui and node.js rewrite news client - 新闻客户端
Stars: ✭ 324 (+32.24%)
Mutual labels:  news, weui
Archiveis
A simple Python wrapper for the archive.is capturing service
Stars: ✭ 140 (-42.86%)
Mutual labels:  api, news
Realtime Newsapi
Financial News Aggregator - Real Time & Query API for Financial News
Stars: ✭ 34 (-86.12%)
Mutual labels:  api, news
Newsapi Python
A Python Client for News API
Stars: ✭ 196 (-20%)
Mutual labels:  api, news
Doubanbook
竹简——最全中文ISBN信息查询接口
Stars: ✭ 234 (-4.49%)
Mutual labels:  api
Jiraps
PowerShell module to interact with Atlassian JIRA
Stars: ✭ 241 (-1.63%)
Mutual labels:  api
Greenboard
📖 Gatsby theme for api documentation
Stars: ✭ 240 (-2.04%)
Mutual labels:  api
Wp Rest Api Cache
Enable caching for WordPress REST API and increase speed of your application
Stars: ✭ 239 (-2.45%)
Mutual labels:  api
Chart Tool
A responsive charting application
Stars: ✭ 244 (-0.41%)
Mutual labels:  news
Api.gouv.fr
Liste les API disponibles au sein de l'administration française
Stars: ✭ 243 (-0.82%)
Mutual labels:  api
Django Rest Framework Datatables
Seamless integration between Django REST framework and Datatables.
Stars: ✭ 241 (-1.63%)
Mutual labels:  api
Stocks.js
💰 stocks.js is an easy-to-use stock market API for Javascript
Stars: ✭ 240 (-2.04%)
Mutual labels:  api
Luna Commons
市场上许多界面和工具的集合,例如ftp,httpd等文件与工具操作,包括但不限于图像处理、人脸识别等的api。
Stars: ✭ 244 (-0.41%)
Mutual labels:  api
Reaper
Social media scraping / data collection tool for the Facebook, Twitter, Reddit, YouTube, Pinterest, and Tumblr APIs
Stars: ✭ 240 (-2.04%)
Mutual labels:  api
Core
🧿 Bolt 4 core
Stars: ✭ 243 (-0.82%)
Mutual labels:  api
Codeigniter Phpmailer
A CodeIgniter 3 compatible email-library powered by PHPMailer
Stars: ✭ 239 (-2.45%)
Mutual labels:  codeigniter
Protoman
Postman for protobuf APIs
Stars: ✭ 241 (-1.63%)
Mutual labels:  api
Mint
Contains the definitions for the Windows Internal UserMode API from ntdll.dll, samlib.dll and winsta.dll.
Stars: ✭ 243 (-0.82%)
Mutual labels:  api

CMS API

登录界面: url根据服务器域名对应更改(例如本机url就是localhost)

url/news/php/index.php/login

main = url/news/php/index.php

登录接口

Port URL Method
登录接口 main/login_api/login POST
Params Other
username,password 账号:yaojialong,12345678

频道接口

Port URL Method
频道接口 main/news_api/get_channel GET
Params Other

自动登录接口

Port URL Method
自动登录接口 main/login_api/auto_login POST
Params Other
username,token

根据频道显示对应新闻

Port URL Method
根据频道显示对应新闻 main/news_api/show_detail_by_channel_id GET
Params Other
page,channel_id 例如:channel_id:4 军事 6 推荐 7 热点 8 娱乐

新闻根据id显示详细内容的接口

Port URL Method
新闻根据id显示详细内容的接口 main/news_api/show_detail GET
Params Other
id

注册用户的接口

Port URL Method
注册用户的接口 main/login_api/register POST
Params Other
params{username,password}

插入新闻的接口

Port URL Method
插入新闻的接口 main/news_api/insert_news GET
Params Other
title,text

删除新闻的接口

Port URL Method
删除新闻的接口 main/news_api/delete_news GET
Params Other
id
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].