All Projects → st1ven → typecho-api

st1ven / typecho-api

Licence: other
基于Typecho的JSON API插件

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to typecho-api

typecho-plugin-Restful
Yet another awesome Typecho plugin to make your blog RESTful.
Stars: ✭ 41 (+10.81%)
Mutual labels:  typecho, typecho-plugin
JWPlayer
视频播放器插件 for Typecho 1.1
Stars: ✭ 42 (+13.51%)
Mutual labels:  typecho, typecho-plugin
typecho-plugin-BlockIP
Typecho IP黑名单插件
Stars: ✭ 22 (-40.54%)
Mutual labels:  typecho, typecho-plugin
DynamicLines-typecho-plugin
typecho插件,可以实现动态线条聚合特效
Stars: ✭ 48 (+29.73%)
Mutual labels:  typecho, typecho-plugin
ArmX
typecho主题及插件ArmX
Stars: ✭ 46 (+24.32%)
Mutual labels:  typecho, typecho-plugin
WeBlog
typecho微信小程序插件+微信小程序源码
Stars: ✭ 36 (-2.7%)
Mutual labels:  typecho, typecho-plugin
cPlayer-Typecho-Plugin
A typecho plugin for a beautiful html5 music player https://github.com/MoePlayer/cPlayer/tree/f9b593dcd89395f9d7dd08ccda428f7628ab9ab2
Stars: ✭ 123 (+232.43%)
Mutual labels:  typecho, typecho-plugin
PandaBangumi-Typecho-Plugin
给博客添加精美的追番展示页吧!
Stars: ✭ 65 (+75.68%)
Mutual labels:  typecho, typecho-plugin
Typecho-Top-LamuLeimu
至顶至底(雷姆拉姆)Typecho插件
Stars: ✭ 27 (-27.03%)
Mutual labels:  typecho, typecho-plugin
Material
New Material —— A Material Design Theme for Typecho
Stars: ✭ 144 (+289.19%)
Mutual labels:  typecho
Typecho Theme Nexmoe
🔥 一个特别的 Typecho 主题
Stars: ✭ 196 (+429.73%)
Mutual labels:  typecho
Typecho Theme Minimalism
🖥📱一款极简主义的typecho主题
Stars: ✭ 137 (+270.27%)
Mutual labels:  typecho
Fantasy
一款极简Typecho 博客主题
Stars: ✭ 145 (+291.89%)
Mutual labels:  typecho
Typecho Theme Paul
🎈 一个适用于展示,写日记的 Typecho 博客主题。
Stars: ✭ 206 (+456.76%)
Mutual labels:  typecho
Bigfa
⚡Typecho简约精致的白色两栏主题。A Typecho Theme
Stars: ✭ 137 (+270.27%)
Mutual labels:  typecho
typecho-theme-material
Material Design theme for typecho.
Stars: ✭ 471 (+1172.97%)
Mutual labels:  typecho
Comment2wechat
Typecho 插件——新评论微信通知
Stars: ✭ 136 (+267.57%)
Mutual labels:  typecho
Oblog
An Auto Rendering 🔽 Blogging System Based on MarkDown & Vue.js | 自动渲染装载 MarkDown 内容的博客系统
Stars: ✭ 133 (+259.46%)
Mutual labels:  typecho
emlog2typecho
帮你从Emlog转换到Typecho(数据库)
Stars: ✭ 15 (-59.46%)
Mutual labels:  typecho
Typecho Plugin Access
Access Log Plugin for Typecho
Stars: ✭ 246 (+564.86%)
Mutual labels:  typecho

typecho-api

基于Typecho的JSON API插件


安装方法

下载后将JSON文件夹上传至/usr/plugins文件夹内

登录Typecho博客后台,顶部导航栏-控制台-插件-找到JSON API-启用

大功告成!试试访问 http://[example].com/api/[action] 吧!


使用方法

Api地址:http://[example].com/api/[action],替换[action]为下面列出的方法,更多介绍可以看JSON/Action.php中的备注

例如:https://sangsir.com/api/posts

  1. count
  2. posts //参数 pageSize, page, authorId, created, cid, category, commentsNumMax, commentsNumMin, allowComment
  3. pageList //参数 content
  4. single,post //参数 cid, slug
  5. relatedPosts //参数 authorId, cid
  6. recentPost //参数 pageSize
  7. recentComments //参数 pageSize, parentId, ignoreAuthor, showCommentOnly
  8. categoryList //参数 ignore, childMode
  9. tagCloud //参数 sort, count, ignoreZeroCount, desc, limit
  10. archive //参数 format, type, limit

感谢

https://github.com/lizheming/JSON

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].