Skip to main content

restful api client for flask extension

Project description

Usage

First init:

from flask_rest_client import RestCient
rest_client = RestClient()
rest_client.init_app(app)

API

users_api = rest_client.get_api('users')
j = users_api.get(1).json()  # 获取/users/1的数据
j = users_api.get()  # 获取/users/的数据

配置项

配置项

说明

REST_CIENT_BASE_URL

api的url_prefix

REST_CIENT_USERNAME

BaseAuth的username

REST_CIENT_PASSWORD

BaseAuth的password

REST_CIENT_VERIFY

requests的verfy配置,可以是自定义证书的路径

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Flask-RestClient-0.1.1.tar.gz (1.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page