幽灵博客平台的api客户端

ghost-client的Python项目详细描述


#非官方ghost api客户端

[![特拉维斯](https://img.shields.io/travis/rycus86/ghost client.svg)](https://travis ci.org/rycus86/ghost client)
[![pypi](https://img.shields.io/pypi/v/ghost client.svg)(https://pypi.python.org/pypi/ghost client)
[![pypi](https://img.shields.io/pypi/pyversions/ghost client.svg)(https://pypi.python.org/pypi/ghost client)
[![覆盖状态](https://coveralls.io/repos/github/rycus86/ghost-client/badge.svg?branch=master)(https://coveralls.io/github/rycus86/ghost-client?分支=主)
[![可维护性](https://api.codeculate.com/v1/badges/45f2a5020caa37777f5a/maintability)(https://codeculate.com/github/rycus86/ghost client/maintability)


这是[ghost blogging platform api]的客户端库(https://api.ghost.org)。

ghost客户端
``

'/var/lib/ghost/content/data/ghost.db',
'http://localhost:2368'


“password”)

即使在v1上,+
custom庘execrpt='从python创建的示例帖子',
tags=[tag]


limit='all')
users=ghost.users.list(include='count.posts')

title='updated title')
更新的_tag=ghost.tags.update(tag.id,name='updated tag')

注意:正在创建,API不允许更新和删除用户

tag
ghost.posts.delete(post.id)
ghost.tags.delete(tag.id)

'rb').read())

属性。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
安卓为什么Java AudioEffect不支持双簧管?   增加内存后出现java IntelliJ堆大小错误   在unix/linux中工作的java中将unicode字符串转换为ASCII   java是否缺少正确对齐输出的值?   java Spring 3 MVC:动态表单中的onetomany(创建/更新时添加/删除)   java在接口中创建两个通用参数   lambda使用Java 8从嵌套列表中使用forEach查找项的替代方法是什么?   Java正则表达式匹配10位电话号码,中间有空格   linux将log4j外部化。使用命令行Java的属性文件   带有SSL的java简单RMI服务器   java无法为事务[…]打开JPA EntityManager无法获取驱动程序类“null”和URL“null”的连接   Android设备上的java Oauth Foursquare   for循环的ImageButton名称的java骰子模拟浓缩   java有没有简单的1d条形码阅读器?   如何在调用resultset后解决“无效字符串或缓冲区长度”。从java到访问mdb的getString()连接   在Java8中,是否可以使用JVM参数来控制何时(或在什么条件下)卸载类?