technodelight/php-jira-tempo-plugin-api
Composer 安装命令:
composer require technodelight/php-jira-tempo-plugin-api
包简介
PHP API layer for Tempo TimeSheets
README 文档
README
PHP API layer for Tempo TimeSheets
usage
<?php use Technodelight\Tempo2\HttpClient; use Technodelight\Tempo2\Api; $apiToken = 'your api token here, can be obtained in your jira instance'; $api = new Api(new HttpClient($apiToken)); var_dump($api->all()); // for test
requirements
You need an API token for communicating with tempo REST APIs Documentation could be found here https://tempo.io/doc/timesheets/api/rest/latest/
统计信息
- 总下载量: 2.62k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-07-03