adamaveray/typeform

完整Typeform API的强类型接口。

1.1.7 2023-12-11 11:15 UTC

This package is auto-updated.

Last update: 2024-09-11 12:50:30 UTC


README

完整Typeform API的强类型接口。

composer require adamaveray/typeform

设置

  1. 使用Composer安装库(composer require adamaveray/typeform)。
  2. 生成Typeform个人访问令牌.

用法

要与Typeform API交互,创建一个ApiClient类的实例,并传入个人访问令牌

$apiClient = new \AdamAveray\Typeform\ApiClient('{access-token}');

请参阅以下部分以获取完整文档

MIT许可证