2 Star 0 Fork 0

justapnet/justap-server-sdk-php

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
example_common.php 336 Bytes
一键复制 编辑 原始数据 按行查看 历史
justap-bot 提交于 2022-05-03 01:08 +08:00 . new release 1.0
<?php
// key 必须为 X-JUSTAP-API-KEY, 区分大小写
$config = Justapnet\Justap\Configuration::getDefaultConfiguration()->setApiKey('X-JUSTAP-API-KEY', 'YOUR_API_KEY');
$config->setPrivateKey(file_get_contents('./private_key.pem'));
$apiInstance = new Justapnet\Justap\Api\DefaultApi(
new GuzzleHttp\Client(),
$config
);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/justapnet/justap-server-sdk-php.git
git@gitee.com:justapnet/justap-server-sdk-php.git
justapnet
justap-server-sdk-php
justap-server-sdk-php
master

搜索帮助