文件名称:apex-legends-api:适用于https的Python包装器
文件大小:7KB
文件格式:ZIP
更新时间:2024-04-03 20:36:17
Python
先端传奇API
适用于Python包装器
安装
您可以从源代码或pip安装(推荐)
要求
python >= 3.6
源码安装
python setupl.py install
点安装
pip install apex-legends-api
用法
在注册API密钥
这是一个快速入门
所有方法调用都返回代表响应中JSON的字典。
from apex_legends_api . base_api import ApexLegendsAPI
from apex_legends_api . base_api import Platform
from apex_legends_api . base_api import Action
api = ApexLegendsAPI ( api_key = '
【文件预览】:
apex-legends-api-main
----setup.py(565B)
----.gitignore(2KB)
----requirements.txt(17B)
----LICENSE(1KB)
----.github()
--------workflows()
----README.md(1KB)
----dev_requirements.txt(361B)
----apex_legends_api()
--------__init__.py(0B)
--------base_api.py(4KB)