crest:一个简单的 Python REST 客户端

时间:2024-07-12 02:34:54
【文件属性】:

文件名称:crest:一个简单的 Python REST 客户端

文件大小:2KB

文件格式:ZIP

更新时间:2024-07-12 02:34:54

Python

波峰 一个简单的 Python REST 客户端。 安装 使用pip安装Crest : $ pip install python-crest 从GitHub安装开发版本: $ git clone https://github.com/RussellLuo/crest.git $ cd crest $ python setup.py install 入门 创建 API 资源: from crest import Resource # a simple API api = Resource('http://example.com/api') # an API required authentication api = Resource('http://example.com/api', auth=('username', 'password')) # GET http://exam


【文件预览】:
crest-master
----setup.py(612B)
----requirements.txt(16B)
----crest()
--------__init__.py(101B)
--------resource.py(1KB)
----README.md(2KB)

网友评论