首页
数据
态势
博客
教学实践
关于我们
开源项目
开源大赛
开源夏令营
HiAgent
Bot市场
论坛交流
帮助中心
登录
注册
GitLink极速下载
/
dataopen-sdk-rust
同步镜像
关注
点赞
复刻(Fork)
主页
代码库
疑修(Issue)
流水线(devops)
里程碑
维基(Wiki)
动态
目录
main
分支
1
标签
0
+ 疑修
Web IDE
下载
caichengnan
chore: change path
2年前
2次提交
examples
chore: change path
2年前
release
chore: first commit
2年前
src
chore: change path
2年前
.gitignore
chore: first commit
2年前
Cargo.toml
chore: first commit
2年前
LICENSE
chore: first commit
2年前
README.md
chore: first commit
2年前
build.sh
chore: first commit
2年前
README.md
openapi 使用说明
Client参数说明
字段
类型
默认值
含义
app_id
str
无
应用的唯一标识符
app_secret
str
无
用于应用的安全认证的密钥
url
str or NoneType
“
https://analytics.volcengineapi.com"
服务器的URL地址
env
str or NoneType
“dataopen”
环境设置,可选值为 “dataopen” 或 “dataopen_staging”
expiration
str or NoneType
“1800”
过期时间,单位是秒
client.request参数说明
字段
类型
默认值
含义
service_url
str
无
请求的服务 URL 地址
method
str
无
请求的 HTTP 方法,例如 “GET”, “POST” 等
headers
Dict[str, str]
{}
请求头,包含的信息如认证凭据,内容类型等
params
Dict[str, any]
{}
URL 参数,用于GET请求
body
Dict[str, any]
{}
请求体,通常在POST或PUT请求中包含发送的数据
关于
rust
shell
README.md
48.0 KB
邀请码
社区
网站首页
关于我们
教学实践
合作伙伴
支持与服务
帮助中心
API文档
Git常用命令
服务协议
加入我们
官网邮箱:gitlink@ccf.org.cn
QQ群
公众号
版权所有:中国计算机学会
技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
openapi 使用说明
Client参数说明
client.request参数说明