jira-api-restclient:php JIRA REST API

时间:2021-03-04 04:58:20
【文件属性】:
文件名称:jira-api-restclient:php JIRA REST API
文件大小:123KB
文件格式:ZIP
更新时间:2021-03-04 04:58:20
PHP JIRA REST API客户端 大家都知道JIRA支持REST API,对吗? 例如,在自动化作业创建和通知发送期间,它可能非常有用。 当通过REST API与JIRA一起使用时,该库将确保令人难忘的体验。 希望您会喜欢。 用法 JIRA Rest API文档: : <?php use chobie\ Jira \ Api ; use chobie\ Jira \ Api \ Authentication \ Basic ; use chobie\ Jira \ Issues \ Walker ; $ api = new Api ( 'https://your-jira-project.net' , new Basic ( 'yourname' , 'password' ) ); $ walker = new Walker ( $ api ); $ walker
【文件预览】:
jira-api-restclient-master
----composer.json(889B)
----.travis.yml(937B)
----composer.lock(39KB)
----tests()
--------Jira()
--------debug_response.php(1KB)
--------.gitkeep(0B)
----CONTRIBUTING.md(3KB)
----src()
--------Jira()
----examples()
--------walking_issues.php(682B)
--------inc()
--------droid.png(71KB)
--------edit_issue.php(342B)
--------common.php(267B)
--------create_attachement.php(120B)
--------create_version.php(423B)
----LICENSE.md(1KB)
----.gitignore(25B)
----CHANGELOG.md(4KB)
----phpunit.xml.dist(806B)
----README.md(1KB)
----.gitattributes(135B)

网友评论