technodelight / php-jira-tempo-plugin-api
PHP API 层用于 Tempo 时间表
1.1
2019-07-03 13:10 UTC
Requires
- guzzlehttp/guzzle: ^6.3
This package is auto-updated.
Last update: 2024-08-29 05:41:38 UTC
README
PHP API 层用于 Tempo 时间表
使用方法
<?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
要求
您需要 API 令牌以与 tempo REST API 进行通信。文档可以在此处找到 https://tempo.io/doc/timesheets/api/rest/latest/