Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/terwer/metaweblog-api-adaptor

a metaweblog api adaptor 一个统一兼容Metaweblog API的适配器
https://github.com/terwer/metaweblog-api-adaptor

adaptor api cnblogs confluence jira metaweblog metaweblog-api wordpress

Last synced: 9 days ago
JSON representation

a metaweblog api adaptor 一个统一兼容Metaweblog API的适配器

Awesome Lists containing this project

README

        

# metaweblog-api-adaptor
a metaweblog api adaptor

## feature

### confluence支持
- [x] getUsersBlogs
- [x] newPost
- [ ] edtPost

## todo

- [ ] 使用redis保存文章ID,key是 `md文件名` ,value是 `postId` ,标题从元数据中获取,取第一个一级标题,即使 `# 标题` 。