wunderlist-api-demo:Wunderlist API演示

时间:2024-05-18 11:50:55
【文件属性】:

文件名称:wunderlist-api-demo:Wunderlist API演示

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-18 11:50:55

PHP

要使用此演示代码: 运行composer install安装所有依赖项 在根文件夹中创建一个名为keys.php的文件,并添加以下变量: $client_id = 'your Wunderlist app client id'; $access_token = 'your Wunderlist app generated access token'; $list_id = 'the ID of a list from your Wunderlist account';


【文件预览】:
wunderlist-api-demo-master
----src()
--------WunderlistClient.php(3KB)
----composer.lock(11KB)
----README.md(363B)
----index.php(726B)
----check.php(1KB)
----templates()
--------list.html.twig(990B)
----.gitignore(17B)
----composer.json(469B)

网友评论