## FusionAuth Python Client ![semver 2.0.0 compliant](http://img.shields.io/badge/semver-2.0.0-brightgreen.svg?style=flat-square)
If you're integrating FusionAuth with a Python 3 application, this library will speed up your development time.
For additional information and documentation on FusionAuth refer to [https://fusionauth.io](https://fusionauth.io).
### Install
To install the FusionAuth Python Client package run:
```bash
pip install fusionauth-client
```
This library can be found on PyPI
* https://pypi.org/project/fusionauth-client/
### Coding
And then include the package in your code by using the following statement.
```python
from fusionauth.fusionauth_client import FusionAuthClient
```
Now you're ready to begin making requests to FusionAuth. You will need to supply an API key you created in FusionAuth, the folowing example assumes an API key of `6b87a398-39f2-4692-927b-13188a81a9a3`.
```python
client = FusionAuthClient('6b87a398-39f2-4692-927b-13188a81a9a3', 'http://localhost:9011')
```
Each method in the client library includes documentation to describe the use and parameters. In addition to this resource, review the API documentation. https://fusionauth.io/docs/v1/tech/apis/
If you encounter issues with this library, please open an issue.
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
资源分类:Python库 所属语言:Python 资源全名:fusionauth-client-1.23.0.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
资源推荐
资源详情
资源评论
收起资源包目录
fusionauth-client-1.23.0.tar.gz (13个子文件)
fusionauth-client-1.23.0
PKG-INFO 2KB
src
main
python
fusionauth
rest_client.py 6KB
__init__.py 154B
fusionauth_client.py 112KB
fusionauth_client.egg-info
PKG-INFO 2KB
requires.txt 20B
SOURCES.txt 497B
top_level.txt 11B
namespace_packages.txt 11B
dependency_links.txt 1B
setup.cfg 38B
setup.py 876B
README.md 1KB
共 13 条
- 1
资源评论
挣扎的蓝藻
- 粉丝: 14w+
- 资源: 15万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功